Vibrant Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Twilight palette

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

Vibrant Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #f3ab5e;
}
.color-2 {
color: #f27d6e;
}
.color-3 {
color: #d1527e;
}
.color-4 {
color: #a63f89;
}
.color-5 {
color: #7c2c9b;
}

/* CSS Variables */
:root {
--color-1: #f3ab5e;
--color-2: #f27d6e;
--color-3: #d1527e;
--color-4: #a63f89;
--color-5: #7c2c9b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ab5e, #f27d6e, #d1527e, #a63f89, #7c2c9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ab5e, #f27d6e, #d1527e, #a63f89, #7c2c9b);
}

Vibrant Twilight color palette created on .