Celestial Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Twilight palette

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

Celestial Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #e3c9e4;
}
.color-2 {
color: #b4a1d9;
}
.color-3 {
color: #7c7ccb;
}
.color-4 {
color: #4a7cba;
}
.color-5 {
color: #2a4c79;
}

/* CSS Variables */
:root {
--color-1: #e3c9e4;
--color-2: #b4a1d9;
--color-3: #7c7ccb;
--color-4: #4a7cba;
--color-5: #2a4c79;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3c9e4, #b4a1d9, #7c7ccb, #4a7cba, #2a4c79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3c9e4, #b4a1d9, #7c7ccb, #4a7cba, #2a4c79);
}

Celestial Twilight color palette created on .