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: #e0e8f0;
}
.color-2 {
color: #a6c6ed;
}
.color-3 {
color: #6da5d9;
}
.color-4 {
color: #3e8ebb;
}
.color-5 {
color: #2a6c8d;
}
/* CSS Variables */
:root {
--color-1: #e0e8f0;
--color-2: #a6c6ed;
--color-3: #6da5d9;
--color-4: #3e8ebb;
--color-5: #2a6c8d;
}
Celestial Confections background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e8f0, #a6c6ed, #6da5d9, #3e8ebb, #2a6c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e8f0, #a6c6ed, #6da5d9, #3e8ebb, #2a6c8d);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Celestial Confections color palette created on .