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: #ffadb7;
}
.color-2 {
color: #ffc7c8;
}
.color-3 {
color: #ffd9d1;
}
.color-4 {
color: #ffe3e0;
}
.color-5 {
color: #fffbfa;
}

/* CSS Variables */
:root {
--color-1: #ffadb7;
--color-2: #ffc7c8;
--color-3: #ffd9d1;
--color-4: #ffe3e0;
--color-5: #fffbfa;
}

Celestial Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffadb7, #ffc7c8, #ffd9d1, #ffe3e0, #fffbfa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffadb7, #ffc7c8, #ffd9d1, #ffe3e0, #fffbfa);
}

Celestial Bloom color palette created on .