Sweet Indulgence Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Indulgence palette
Sweet Indulgence color palette CSS
/* CSS */
.color-1 {
color: #e0aebe;
}
.color-2 {
color: #d9a578;
}
.color-3 {
color: #f8e9a0;
}
.color-4 {
color: #6ee7b1;
}
.color-5 {
color: #f7996e;
}
/* CSS Variables */
:root {
--color-1: #e0aebe;
--color-2: #d9a578;
--color-3: #f8e9a0;
--color-4: #6ee7b1;
--color-5: #f7996e;
}
Sweet Indulgence background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0aebe, #d9a578, #f8e9a0, #6ee7b1, #f7996e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0aebe, #d9a578, #f8e9a0, #6ee7b1, #f7996e);
}
Similar color palettes
Sweet Indulgence color palette created on .