Warm Earthen Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Earthen Embrace palette
Warm Earthen Embrace color palette CSS
/* CSS */
.color-1 {
color: #b66d3a;
}
.color-2 {
color: #d9a36d;
}
.color-3 {
color: #c1b28a;
}
.color-4 {
color: #a79f7b;
}
.color-5 {
color: #6b5c4c;
}
/* CSS Variables */
:root {
--color-1: #b66d3a;
--color-2: #d9a36d;
--color-3: #c1b28a;
--color-4: #a79f7b;
--color-5: #6b5c4c;
}
Warm Earthen Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b66d3a, #d9a36d, #c1b28a, #a79f7b, #6b5c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b66d3a, #d9a36d, #c1b28a, #a79f7b, #6b5c4c);
}
Similar color palettes
Warm Earthen Embrace color palette created on .