Earthen Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthen Embrace palette
Earthen Embrace color palette CSS
/* CSS */
.color-1 {
color: #6e4b3a;
}
.color-2 {
color: #c1a57b;
}
.color-3 {
color: #dbc09f;
}
.color-4 {
color: #f2e0ba;
}
.color-5 {
color: #e9b79f;
}
/* CSS Variables */
:root {
--color-1: #6e4b3a;
--color-2: #c1a57b;
--color-3: #dbc09f;
--color-4: #f2e0ba;
--color-5: #e9b79f;
}
Earthen Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e4b3a, #c1a57b, #dbc09f, #f2e0ba, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e4b3a, #c1a57b, #dbc09f, #f2e0ba, #e9b79f);
}
Similar color palettes
Scroll down to explore 400+ Earthy color palettes
Earthen Embrace color palette created on .