Twilight Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Twilight Serenade palette

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

Twilight Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #5a66d8;
}
.color-2 {
color: #6c7dda;
}
.color-3 {
color: #8a9acc;
}
.color-4 {
color: #b8a3d7;
}
.color-5 {
color: #c6a2e2;
}

/* CSS Variables */
:root {
--color-1: #5a66d8;
--color-2: #6c7dda;
--color-3: #8a9acc;
--color-4: #b8a3d7;
--color-5: #c6a2e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a66d8, #6c7dda, #8a9acc, #b8a3d7, #c6a2e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a66d8, #6c7dda, #8a9acc, #b8a3d7, #c6a2e2);
}

Twilight Serenade color palette created on .