Sweet Spice Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Spice Dream palette
Sweet Spice Dream color palette CSS
/* CSS */
.color-1 {
color: #e2b46e;
}
.color-2 {
color: #d9a25e;
}
.color-3 {
color: #c78e4d;
}
.color-4 {
color: #b37a3d;
}
.color-5 {
color: #a17030;
}
/* CSS Variables */
:root {
--color-1: #e2b46e;
--color-2: #d9a25e;
--color-3: #c78e4d;
--color-4: #b37a3d;
--color-5: #a17030;
}
Sweet Spice Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b46e, #d9a25e, #c78e4d, #b37a3d, #a17030);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b46e, #d9a25e, #c78e4d, #b37a3d, #a17030);
}
Similar color palettes
Sweet Spice Dream color palette created on .