Spiced Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Spiced Harmony palette

Share this palette to:

Spiced Harmony color palette CSS

/* CSS */
.color-1 {
color: #a85f2e;
}
.color-2 {
color: #d39969;
}
.color-3 {
color: #e8b078;
}
.color-4 {
color: #f5c59e;
}
.color-5 {
color: #f2e8d4;
}

/* CSS Variables */
:root {
--color-1: #a85f2e;
--color-2: #d39969;
--color-3: #e8b078;
--color-4: #f5c59e;
--color-5: #f2e8d4;
}

Spiced Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85f2e, #d39969, #e8b078, #f5c59e, #f2e8d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85f2e, #d39969, #e8b078, #f5c59e, #f2e8d4);
}

Spiced Harmony color palette created on .