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