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