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