Celestial Bloom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Bloom palette
Celestial Bloom color palette CSS
/* CSS */
.color-1 {
color: #7c4ea2;
}
.color-2 {
color: #9e70c2;
}
.color-3 {
color: #cea9e0;
}
.color-4 {
color: #edcfeb;
}
.color-5 {
color: #f0e1cc;
}
/* CSS Variables */
:root {
--color-1: #7c4ea2;
--color-2: #9e70c2;
--color-3: #cea9e0;
--color-4: #edcfeb;
--color-5: #f0e1cc;
}
Celestial Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c4ea2, #9e70c2, #cea9e0, #edcfeb, #f0e1cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c4ea2, #9e70c2, #cea9e0, #edcfeb, #f0e1cc);
}
Similar color palettes
Celestial Bloom color palette created on .