Celestial Confection Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Confection palette

Share this palette to:

Celestial Confection color palette CSS

/* CSS */
.color-1 {
color: #e0c6b3;
}
.color-2 {
color: #d2b4a3;
}
.color-3 {
color: #bd8f7f;
}
.color-4 {
color: #a95b3d;
}
.color-5 {
color: #8c3a2b;
}

/* CSS Variables */
:root {
--color-1: #e0c6b3;
--color-2: #d2b4a3;
--color-3: #bd8f7f;
--color-4: #a95b3d;
--color-5: #8c3a2b;
}

Celestial Confection background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0c6b3, #d2b4a3, #bd8f7f, #a95b3d, #8c3a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0c6b3, #d2b4a3, #bd8f7f, #a95b3d, #8c3a2b);
}

Celestial Confection color palette created on .