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: #9b5e3b;
}
.color-2 {
color: #f8c4c5;
}
.color-3 {
color: #ffdfb3;
}
.color-4 {
color: #f6a7b6;
}
.color-5 {
color: #e4a26c;
}
/* CSS Variables */
:root {
--color-1: #9b5e3b;
--color-2: #f8c4c5;
--color-3: #ffdfb3;
--color-4: #f6a7b6;
--color-5: #e4a26c;
}
Sweet Indulgence background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b5e3b, #f8c4c5, #ffdfb3, #f6a7b6, #e4a26c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b5e3b, #f8c4c5, #ffdfb3, #f6a7b6, #e4a26c);
}
Similar color palettes
Sweet Indulgence color palette created on .