Celestial Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Blossom palette
Color Inspiration
Images that showcase this color palette in real designs
Download Celestial Blossom Color Palette (PNG)
Celestial Blossom color palette CSS
/* CSS */
.color-1 {
color: #7b2a7e;
}
.color-2 {
color: #9b5e9c;
}
.color-3 {
color: #d79dbc;
}
.color-4 {
color: #f4bee7;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #7b2a7e;
--color-2: #9b5e9c;
--color-3: #d79dbc;
--color-4: #f4bee7;
--color-5: #ffffff;
}
Celestial Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b2a7e, #9b5e9c, #d79dbc, #f4bee7, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b2a7e, #9b5e9c, #d79dbc, #f4bee7, #ffffff);
}
Similar color palettes
Celestial Blossom color palette created on .