Celestial Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Blossom palette
Celestial Blossom color palette PNG image
Celestial Blossom color palette CSS
/* CSS */
.color-1 {
color: #f7e8b6;
}
.color-2 {
color: #f3c7b9;
}
.color-3 {
color: #f07f9f;
}
.color-4 {
color: #da5d7a;
}
.color-5 {
color: #a95b9b;
}
/* CSS Variables */
:root {
--color-1: #f7e8b6;
--color-2: #f3c7b9;
--color-3: #f07f9f;
--color-4: #da5d7a;
--color-5: #a95b9b;
}
Celestial Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e8b6, #f3c7b9, #f07f9f, #da5d7a, #a95b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e8b6, #f3c7b9, #f07f9f, #da5d7a, #a95b9b);
}
Similar color palettes
Celestial Blossom color palette created on .