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: #d79d93;
}
.color-2 {
color: #ffb8bf;
}
.color-3 {
color: #fffbf5;
}
.color-4 {
color: #fce3c5;
}
.color-5 {
color: #ecb098;
}

/* CSS Variables */
:root {
--color-1: #d79d93;
--color-2: #ffb8bf;
--color-3: #fffbf5;
--color-4: #fce3c5;
--color-5: #ecb098;
}

Sweet Indulgence background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d79d93, #ffb8bf, #fffbf5, #fce3c5, #ecb098);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d79d93, #ffb8bf, #fffbf5, #fce3c5, #ecb098);
}

Sweet Indulgence color palette created on .