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: #cfc5aa;
}
.color-2 {
color: #b4a379;
}
.color-3 {
color: #98855d;
}
.color-4 {
color: #7e6d49;
}
.color-5 {
color: #6a572f;
}

/* CSS Variables */
:root {
--color-1: #cfc5aa;
--color-2: #b4a379;
--color-3: #98855d;
--color-4: #7e6d49;
--color-5: #6a572f;
}

Earthy Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfc5aa, #b4a379, #98855d, #7e6d49, #6a572f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfc5aa, #b4a379, #98855d, #7e6d49, #6a572f);
}

Similar color palettes

Earthy Embrace color palette created on .