Sugary Indulgence Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sugary Indulgence palette

Share this palette to:

Sugary Indulgence color palette CSS

/* CSS */
.color-1 {
color: #f5b6a8;
}
.color-2 {
color: #e6b798;
}
.color-3 {
color: #d9a578;
}
.color-4 {
color: #c4995a;
}
.color-5 {
color: #a87c4d;
}

/* CSS Variables */
:root {
--color-1: #f5b6a8;
--color-2: #e6b798;
--color-3: #d9a578;
--color-4: #c4995a;
--color-5: #a87c4d;
}

Sugary Indulgence background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b6a8, #e6b798, #d9a578, #c4995a, #a87c4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b6a8, #e6b798, #d9a578, #c4995a, #a87c4d);
}

Sugary Indulgence color palette created on .