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