Celestial Confections Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Confections palette
Celestial Confections color palette CSS
/* CSS */
.color-1 {
color: #d5e6e7;
}
.color-2 {
color: #b1c4c2;
}
.color-3 {
color: #8bb1b1;
}
.color-4 {
color: #5a99a0;
}
.color-5 {
color: #2a7479;
}
/* CSS Variables */
:root {
--color-1: #d5e6e7;
--color-2: #b1c4c2;
--color-3: #8bb1b1;
--color-4: #5a99a0;
--color-5: #2a7479;
}
Celestial Confections background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5e6e7, #b1c4c2, #8bb1b1, #5a99a0, #2a7479);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5e6e7, #b1c4c2, #8bb1b1, #5a99a0, #2a7479);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Celestial Confections color palette created on .