Celestial Twilight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Celestial Twilight palette
Celestial Twilight カラーパレット CSS
/* CSS */
.color-1 {
color: #1a1c3d;
}
.color-2 {
color: #4c4e90;
}
.color-3 {
color: #6b7db8;
}
.color-4 {
color: #b4afe4;
}
.color-5 {
color: #f0d6e6;
}
/* CSS Variables */
:root {
--color-1: #1a1c3d;
--color-2: #4c4e90;
--color-3: #6b7db8;
--color-4: #b4afe4;
--color-5: #f0d6e6;
}
Celestial Twilight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1c3d, #4c4e90, #6b7db8, #b4afe4, #f0d6e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1c3d, #4c4e90, #6b7db8, #b4afe4, #f0d6e6);
}
Celestial Twilight color palette created on .