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