Twilight Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Twilight Serenade palette

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

Twilight Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #60609a;
}
.color-2 {
color: #7474b4;
}
.color-3 {
color: #9f9fd1;
}
.color-4 {
color: #e6c15b;
}
.color-5 {
color: #d63f2e;
}

/* CSS Variables */
:root {
--color-1: #60609a;
--color-2: #7474b4;
--color-3: #9f9fd1;
--color-4: #e6c15b;
--color-5: #d63f2e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #60609a, #7474b4, #9f9fd1, #e6c15b, #d63f2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #60609a, #7474b4, #9f9fd1, #e6c15b, #d63f2e);
}

Twilight Serenade color palette created on .