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