Celestial Bloom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Bloom palette

Share this palette to:

Celestial Bloom color palette CSS

/* CSS */
.color-1 {
color: #efe6d2;
}
.color-2 {
color: #e6b3c7;
}
.color-3 {
color: #c87ea1;
}
.color-4 {
color: #9a3c79;
}
.color-5 {
color: #7a1f4d;
}

/* CSS Variables */
:root {
--color-1: #efe6d2;
--color-2: #e6b3c7;
--color-3: #c87ea1;
--color-4: #9a3c79;
--color-5: #7a1f4d;
}

Celestial Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efe6d2, #e6b3c7, #c87ea1, #9a3c79, #7a1f4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efe6d2, #e6b3c7, #c87ea1, #9a3c79, #7a1f4d);
}

Celestial Bloom color palette created on .