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