Celestial Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Twilight palette

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

Celestial Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #4a3c68;
}
.color-2 {
color: #6a5b8b;
}
.color-3 {
color: #8c77a6;
}
.color-4 {
color: #b0a6d3;
}
.color-5 {
color: #e0c2f5;
}

/* CSS Variables */
:root {
--color-1: #4a3c68;
--color-2: #6a5b8b;
--color-3: #8c77a6;
--color-4: #b0a6d3;
--color-5: #e0c2f5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c68, #6a5b8b, #8c77a6, #b0a6d3, #e0c2f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c68, #6a5b8b, #8c77a6, #b0a6d3, #e0c2f5);
}

似たようなカラーパレット

Celestial Twilight color palette created on .