Vibrant Vanny Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Vanny Dreamscape palette

このパレットを共有する先:

Vibrant Vanny Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #fad12e;
}
.color-2 {
color: #f47b1f;
}
.color-3 {
color: #d93c20;
}
.color-4 {
color: #9c1c31;
}
.color-5 {
color: #4a2c90;
}

/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #f47b1f;
--color-3: #d93c20;
--color-4: #9c1c31;
--color-5: #4a2c90;
}

Vibrant Vanny Dreamscape の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #f47b1f, #d93c20, #9c1c31, #4a2c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #f47b1f, #d93c20, #9c1c31, #4a2c90);
}

Vibrant Vanny Dreamscape color palette created on .