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: #f1a7c0;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #6b5b95;
}
.color-5 {
color: #d3c3a6;
}
/* CSS Variables */
:root {
--color-1: #f1a7c0;
--color-2: #ff6e61;
--color-3: #ffcb5c;
--color-4: #6b5b95;
--color-5: #d3c3a6;
}
Celestial Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7c0, #ff6e61, #ffcb5c, #6b5b95, #d3c3a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7c0, #ff6e61, #ffcb5c, #6b5b95, #d3c3a6);
}
Similar color palettes
Scroll down to explore 800+ Aesthetic color palettes
Celestial Bloom color palette created on .