Celestial Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Blossom palette
Celestial Blossom color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb06b;
}
.color-3 {
color: #ffde70;
}
.color-4 {
color: #bcd100;
}
.color-5 {
color: #47b39b;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb06b;
--color-3: #ffde70;
--color-4: #bcd100;
--color-5: #47b39b;
}
Celestial Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb06b, #ffde70, #bcd100, #47b39b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb06b, #ffde70, #bcd100, #47b39b);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Celestial Blossom color palette created on .