Celestial Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Twilight palette

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

Celestial Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #a5b2d5;
}
.color-2 {
color: #6d8bba;
}
.color-3 {
color: #3f5c8d;
}
.color-4 {
color: #2a3c5a;
}
.color-5 {
color: #1b2631;
}

/* CSS Variables */
:root {
--color-1: #a5b2d5;
--color-2: #6d8bba;
--color-3: #3f5c8d;
--color-4: #2a3c5a;
--color-5: #1b2631;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5b2d5, #6d8bba, #3f5c8d, #2a3c5a, #1b2631);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5b2d5, #6d8bba, #3f5c8d, #2a3c5a, #1b2631);
}

Celestial Twilight color palette created on .