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