Spiced Ember Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Spiced Ember Delight palette

Share this palette to:

Spiced Ember Delight color palette CSS

/* CSS */
.color-1 {
color: #8e3f1f;
}
.color-2 {
color: #e5a35d;
}
.color-3 {
color: #c67a4e;
}
.color-4 {
color: #d56b48;
}
.color-5 {
color: #b84e3d;
}

/* CSS Variables */
:root {
--color-1: #8e3f1f;
--color-2: #e5a35d;
--color-3: #c67a4e;
--color-4: #d56b48;
--color-5: #b84e3d;
}

Spiced Ember Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8e3f1f, #e5a35d, #c67a4e, #d56b48, #b84e3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8e3f1f, #e5a35d, #c67a4e, #d56b48, #b84e3d);
}

Spiced Ember Delight color palette created on .