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: #a5d3f8;
}
.color-2 {
color: #79c2f6;
}
.color-3 {
color: #53b0ea;
}
.color-4 {
color: #f2c0e9;
}
.color-5 {
color: #f9ddee;
}

/* CSS Variables */
:root {
--color-1: #a5d3f8;
--color-2: #79c2f6;
--color-3: #53b0ea;
--color-4: #f2c0e9;
--color-5: #f9ddee;
}

Celestial Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5d3f8, #79c2f6, #53b0ea, #f2c0e9, #f9ddee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5d3f8, #79c2f6, #53b0ea, #f2c0e9, #f9ddee);
}

Celestial Bloom color palette created on .