Celestial Blossoms Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Blossoms palette
Celestial Blossoms color palette CSS
/* CSS */
.color-1 {
color: #eab8d1;
}
.color-2 {
color: #f4a4c8;
}
.color-3 {
color: #f57a7e;
}
.color-4 {
color: #f56b3d;
}
.color-5 {
color: #ebae3d;
}
/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #f4a4c8;
--color-3: #f57a7e;
--color-4: #f56b3d;
--color-5: #ebae3d;
}
Celestial Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #f4a4c8, #f57a7e, #f56b3d, #ebae3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #f4a4c8, #f57a7e, #f56b3d, #ebae3d);
}
Similar color palettes
Celestial Blossoms color palette created on .