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: #a1c0e2;
}
.color-2 {
color: #c2d5e5;
}
.color-3 {
color: #e1b7d5;
}
.color-4 {
color: #f6d9a2;
}
.color-5 {
color: #f7b5a1;
}
/* CSS Variables */
:root {
--color-1: #a1c0e2;
--color-2: #c2d5e5;
--color-3: #e1b7d5;
--color-4: #f6d9a2;
--color-5: #f7b5a1;
}
Celestial Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c0e2, #c2d5e5, #e1b7d5, #f6d9a2, #f7b5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c0e2, #c2d5e5, #e1b7d5, #f6d9a2, #f7b5a1);
}
Similar color palettes
Celestial Blossoms color palette created on .