Earthy Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Earthy Embrace palette

Share this palette to:

Earthy Embrace color palette CSS

/* CSS */
.color-1 {
color: #e4d0b9;
}
.color-2 {
color: #dbc2a4;
}
.color-3 {
color: #d4b796;
}
.color-4 {
color: #c89c7e;
}
.color-5 {
color: #bf9078;
}

/* CSS Variables */
:root {
--color-1: #e4d0b9;
--color-2: #dbc2a4;
--color-3: #d4b796;
--color-4: #c89c7e;
--color-5: #bf9078;
}

Earthy Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4d0b9, #dbc2a4, #d4b796, #c89c7e, #bf9078);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4d0b9, #dbc2a4, #d4b796, #c89c7e, #bf9078);
}

Earthy Embrace color palette created on .