Sweet Confection Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Confection palette

Share this palette to:

Sweet Confection color palette CSS

/* CSS */
.color-1 {
color: #f2d4c4;
}
.color-2 {
color: #e3b8a1;
}
.color-3 {
color: #d4928c;
}
.color-4 {
color: #c67b7b;
}
.color-5 {
color: #b55e6e;
}

/* CSS Variables */
:root {
--color-1: #f2d4c4;
--color-2: #e3b8a1;
--color-3: #d4928c;
--color-4: #c67b7b;
--color-5: #b55e6e;
}

Sweet Confection background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d4c4, #e3b8a1, #d4928c, #c67b7b, #b55e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d4c4, #e3b8a1, #d4928c, #c67b7b, #b55e6e);
}

Sweet Confection color palette created on .