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