Celestial Confectionery Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Confectionery palette

Share this palette to:

Celestial Confectionery color palette CSS

/* CSS */
.color-1 {
color: #f8d8e1;
}
.color-2 {
color: #f1b1e0;
}
.color-3 {
color: #c7a3e6;
}
.color-4 {
color: #7da2e8;
}
.color-5 {
color: #4da5e0;
}

/* CSS Variables */
:root {
--color-1: #f8d8e1;
--color-2: #f1b1e0;
--color-3: #c7a3e6;
--color-4: #7da2e8;
--color-5: #4da5e0;
}

Celestial Confectionery background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d8e1, #f1b1e0, #c7a3e6, #7da2e8, #4da5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d8e1, #f1b1e0, #c7a3e6, #7da2e8, #4da5e0);
}

Celestial Confectionery color palette created on .