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: #c95a3b;
}
.color-2 {
color: #d68f5c;
}
.color-3 {
color: #e2b06a;
}
.color-4 {
color: #f1d38e;
}
.color-5 {
color: #f8e0a0;
}
/* CSS Variables */
:root {
--color-1: #c95a3b;
--color-2: #d68f5c;
--color-3: #e2b06a;
--color-4: #f1d38e;
--color-5: #f8e0a0;
}
Spiced Ember Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c95a3b, #d68f5c, #e2b06a, #f1d38e, #f8e0a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c95a3b, #d68f5c, #e2b06a, #f1d38e, #f8e0a0);
}
Similar color palettes
Spiced Ember Delight color palette created on .