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