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: #f9a9b2;
}
.color-2 {
color: #f6c6b1;
}
.color-3 {
color: #f1deb7;
}
.color-4 {
color: #d0e4b4;
}
.color-5 {
color: #b3e0d4;
}

/* CSS Variables */
:root {
--color-1: #f9a9b2;
--color-2: #f6c6b1;
--color-3: #f1deb7;
--color-4: #d0e4b4;
--color-5: #b3e0d4;
}

Celestial Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a9b2, #f6c6b1, #f1deb7, #d0e4b4, #b3e0d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a9b2, #f6c6b1, #f1deb7, #d0e4b4, #b3e0d4);
}

Celestial Bloom color palette created on .