Twilight Gleam カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Twilight Gleam palette

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

Twilight Gleam カラーパレット CSS

/* CSS */
.color-1 {
color: #98c8e1;
}
.color-2 {
color: #f4b1a4;
}
.color-3 {
color: #ffee99;
}
.color-4 {
color: #ff9d4d;
}
.color-5 {
color: #ff5c77;
}

/* CSS Variables */
:root {
--color-1: #98c8e1;
--color-2: #f4b1a4;
--color-3: #ffee99;
--color-4: #ff9d4d;
--color-5: #ff5c77;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #98c8e1, #f4b1a4, #ffee99, #ff9d4d, #ff5c77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #98c8e1, #f4b1a4, #ffee99, #ff9d4d, #ff5c77);
}

Twilight Gleam color palette created on .