Serene Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Twilight palette

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

Serene Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #5a5faa;
}
.color-2 {
color: #7a7fc2;
}
.color-3 {
color: #a0a1d4;
}
.color-4 {
color: #c1d3f0;
}
.color-5 {
color: #e5e8ff;
}

/* CSS Variables */
:root {
--color-1: #5a5faa;
--color-2: #7a7fc2;
--color-3: #a0a1d4;
--color-4: #c1d3f0;
--color-5: #e5e8ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a5faa, #7a7fc2, #a0a1d4, #c1d3f0, #e5e8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a5faa, #7a7fc2, #a0a1d4, #c1d3f0, #e5e8ff);
}

Serene Twilight color palette created on .