Twilight Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Twilight Serenade palette

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

Twilight Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1f3d;
}
.color-2 {
color: #304c7e;
}
.color-3 {
color: #4c8a9a;
}
.color-4 {
color: #f1a8a2;
}
.color-5 {
color: #f7e3b0;
}

/* CSS Variables */
:root {
--color-1: #1a1f3d;
--color-2: #304c7e;
--color-3: #4c8a9a;
--color-4: #f1a8a2;
--color-5: #f7e3b0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f3d, #304c7e, #4c8a9a, #f1a8a2, #f7e3b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f3d, #304c7e, #4c8a9a, #f1a8a2, #f7e3b0);
}

Twilight Serenade color palette created on .