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