Celestial Bloom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Bloom palette

このパレットを共有する先:

Celestial Bloom カラーパレット CSS

/* CSS */
.color-1 {
color: #75385c;
}
.color-2 {
color: #a46a89;
}
.color-3 {
color: #d5a5b2;
}
.color-4 {
color: #f1c6d5;
}
.color-5 {
color: #f9e6e7;
}

/* CSS Variables */
:root {
--color-1: #75385c;
--color-2: #a46a89;
--color-3: #d5a5b2;
--color-4: #f1c6d5;
--color-5: #f9e6e7;
}

Celestial Bloom の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #75385c, #a46a89, #d5a5b2, #f1c6d5, #f9e6e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #75385c, #a46a89, #d5a5b2, #f1c6d5, #f9e6e7);
}

Celestial Bloom color palette created on .