Woodland Ember Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Woodland Ember palette
Woodland Ember color palette CSS
/* CSS */
.color-1 {
color: #794a39;
}
.color-2 {
color: #a85e4d;
}
.color-3 {
color: #d5a46d;
}
.color-4 {
color: #e5b86c;
}
.color-5 {
color: #f2d0a6;
}
/* CSS Variables */
:root {
--color-1: #794a39;
--color-2: #a85e4d;
--color-3: #d5a46d;
--color-4: #e5b86c;
--color-5: #f2d0a6;
}
Woodland Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794a39, #a85e4d, #d5a46d, #e5b86c, #f2d0a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794a39, #a85e4d, #d5a46d, #e5b86c, #f2d0a6);
}
Similar color palettes
Woodland Ember color palette created on .