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