Sweet Indulgence Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Indulgence palette

Share this palette to:

Sweet Indulgence color palette CSS

/* CSS */
.color-1 {
color: #f3b9ca;
}
.color-2 {
color: #f9d5b4;
}
.color-3 {
color: #efd8a9;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #f7b1a1;
}

/* CSS Variables */
:root {
--color-1: #f3b9ca;
--color-2: #f9d5b4;
--color-3: #efd8a9;
--color-4: #f5a524;
--color-5: #f7b1a1;
}

Sweet Indulgence background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b9ca, #f9d5b4, #efd8a9, #f5a524, #f7b1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b9ca, #f9d5b4, #efd8a9, #f5a524, #f7b1a1);
}

Sweet Indulgence color palette created on .