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