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