Twilight Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Twilight Serenade palette

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

Twilight Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #4b2c5e;
}
.color-3 {
color: #6a4e8d;
}
.color-4 {
color: #a85d9e;
}
.color-5 {
color: #f1b6c1;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #4b2c5e;
--color-3: #6a4e8d;
--color-4: #a85d9e;
--color-5: #f1b6c1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #4b2c5e, #6a4e8d, #a85d9e, #f1b6c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #4b2c5e, #6a4e8d, #a85d9e, #f1b6c1);
}

Twilight Serenade color palette created on .