Spiced Essence Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Spiced Essence palette

Share this palette to:

Spiced Essence color palette CSS

/* CSS */
.color-1 {
color: #5e3b21;
}
.color-2 {
color: #b6693a;
}
.color-3 {
color: #e7a66a;
}
.color-4 {
color: #f2d4b5;
}
.color-5 {
color: #ffd5c2;
}

/* CSS Variables */
:root {
--color-1: #5e3b21;
--color-2: #b6693a;
--color-3: #e7a66a;
--color-4: #f2d4b5;
--color-5: #ffd5c2;
}

Spiced Essence background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e3b21, #b6693a, #e7a66a, #f2d4b5, #ffd5c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e3b21, #b6693a, #e7a66a, #f2d4b5, #ffd5c2);
}

Spiced Essence color palette created on .