Twilight Glow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Twilight Glow palette

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

Twilight Glow カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6d2e;
}
.color-2 {
color: #ffa142;
}
.color-3 {
color: #ffcf70;
}
.color-4 {
color: #f2e3a1;
}
.color-5 {
color: #f7a1b5;
}

/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #ffa142;
--color-3: #ffcf70;
--color-4: #f2e3a1;
--color-5: #f7a1b5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #ffa142, #ffcf70, #f2e3a1, #f7a1b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #ffa142, #ffcf70, #f2e3a1, #f7a1b5);
}

Twilight Glow color palette created on .