Twilight Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Twilight Serenade palette

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

Twilight Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #4e68c6;
}
.color-2 {
color: #a8b3e1;
}
.color-3 {
color: #f0d1e8;
}
.color-4 {
color: #f6bb3c;
}
.color-5 {
color: #d93e30;
}

/* CSS Variables */
:root {
--color-1: #4e68c6;
--color-2: #a8b3e1;
--color-3: #f0d1e8;
--color-4: #f6bb3c;
--color-5: #d93e30;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e68c6, #a8b3e1, #f0d1e8, #f6bb3c, #d93e30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e68c6, #a8b3e1, #f0d1e8, #f6bb3c, #d93e30);
}

Twilight Serenade color palette created on .