Celestial Twilight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Celestial Twilight palette
Celestial Twilight カラーパレット CSS
/* CSS */
.color-1 {
color: #1d202f;
}
.color-2 {
color: #3f4b6e;
}
.color-3 {
color: #5f6b9b;
}
.color-4 {
color: #8e7fbd;
}
.color-5 {
color: #b4a2e6;
}
/* CSS Variables */
:root {
--color-1: #1d202f;
--color-2: #3f4b6e;
--color-3: #5f6b9b;
--color-4: #8e7fbd;
--color-5: #b4a2e6;
}
Celestial Twilight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d202f, #3f4b6e, #5f6b9b, #8e7fbd, #b4a2e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d202f, #3f4b6e, #5f6b9b, #8e7fbd, #b4a2e6);
}
似たようなカラーパレット
Celestial Twilight color palette created on .