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: #f8caa5;
}
.color-2 {
color: #f2a09c;
}
.color-3 {
color: #d189b9;
}
.color-4 {
color: #a86cbc;
}
.color-5 {
color: #7e4bb4;
}
/* CSS Variables */
:root {
--color-1: #f8caa5;
--color-2: #f2a09c;
--color-3: #d189b9;
--color-4: #a86cbc;
--color-5: #7e4bb4;
}
Celestial Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8caa5, #f2a09c, #d189b9, #a86cbc, #7e4bb4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8caa5, #f2a09c, #d189b9, #a86cbc, #7e4bb4);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Celestial Bloom color palette created on .