Embrace of Earth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Embrace of Earth palette

Share this palette to:

Embrace of Earth color palette CSS

/* CSS */
.color-1 {
color: #d0a78b;
}
.color-2 {
color: #c19076;
}
.color-3 {
color: #b87861;
}
.color-4 {
color: #a76c52;
}
.color-5 {
color: #9d6043;
}

/* CSS Variables */
:root {
--color-1: #d0a78b;
--color-2: #c19076;
--color-3: #b87861;
--color-4: #a76c52;
--color-5: #9d6043;
}

Embrace of Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0a78b, #c19076, #b87861, #a76c52, #9d6043);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0a78b, #c19076, #b87861, #a76c52, #9d6043);
}

Embrace of Earth color palette created on .