Spiced Ember Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Spiced Ember Delight palette
Spiced Ember Delight color palette CSS
/* CSS */
.color-1 {
color: #b65d3a;
}
.color-2 {
color: #e8a08d;
}
.color-3 {
color: #f3d9a0;
}
.color-4 {
color: #d9b83f;
}
.color-5 {
color: #7a4c2a;
}
/* CSS Variables */
:root {
--color-1: #b65d3a;
--color-2: #e8a08d;
--color-3: #f3d9a0;
--color-4: #d9b83f;
--color-5: #7a4c2a;
}
Spiced Ember Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b65d3a, #e8a08d, #f3d9a0, #d9b83f, #7a4c2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b65d3a, #e8a08d, #f3d9a0, #d9b83f, #7a4c2a);
}
Similar color palettes
Spiced Ember Delight color palette created on .