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