Sweet Spice Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Spice Delight palette
Sweet Spice Delight color palette CSS
/* CSS */
.color-1 {
color: #d19b6b;
}
.color-2 {
color: #e7b68d;
}
.color-3 {
color: #f4c89f;
}
.color-4 {
color: #f9e0c8;
}
.color-5 {
color: #bf825a;
}
/* CSS Variables */
:root {
--color-1: #d19b6b;
--color-2: #e7b68d;
--color-3: #f4c89f;
--color-4: #f9e0c8;
--color-5: #bf825a;
}
Sweet Spice Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d19b6b, #e7b68d, #f4c89f, #f9e0c8, #bf825a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d19b6b, #e7b68d, #f4c89f, #f9e0c8, #bf825a);
}
Similar color palettes
Scroll down to explore 100+ Amber color palettes
Sweet Spice Delight color palette created on .