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: #f3e4aa;
}
.color-2 {
color: #f6c7a7;
}
.color-3 {
color: #f68e93;
}
.color-4 {
color: #e57b92;
}
.color-5 {
color: #d45e9b;
}

/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #f6c7a7;
--color-3: #f68e93;
--color-4: #e57b92;
--color-5: #d45e9b;
}

Celestial Confectionery background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #f6c7a7, #f68e93, #e57b92, #d45e9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #f6c7a7, #f68e93, #e57b92, #d45e9b);
}

Celestial Confectionery color palette created on .