Twilight Glow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Twilight Glow palette

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

Twilight Glow カラーパレット CSS

/* CSS */
.color-1 {
color: #f9e19a;
}
.color-2 {
color: #f5c270;
}
.color-3 {
color: #f19c5b;
}
.color-4 {
color: #d86f4f;
}
.color-5 {
color: #c94e3b;
}

/* CSS Variables */
:root {
--color-1: #f9e19a;
--color-2: #f5c270;
--color-3: #f19c5b;
--color-4: #d86f4f;
--color-5: #c94e3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e19a, #f5c270, #f19c5b, #d86f4f, #c94e3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e19a, #f5c270, #f19c5b, #d86f4f, #c94e3b);
}

Twilight Glow color palette created on .