Earthly Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Earthly Embrace palette

Share this palette to:

Earthly Embrace color palette CSS

/* CSS */
.color-1 {
color: #c7a76b;
}
.color-2 {
color: #b69a6d;
}
.color-3 {
color: #a68d6e;
}
.color-4 {
color: #9c805e;
}
.color-5 {
color: #8d6a4e;
}

/* CSS Variables */
:root {
--color-1: #c7a76b;
--color-2: #b69a6d;
--color-3: #a68d6e;
--color-4: #9c805e;
--color-5: #8d6a4e;
}

Earthly Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7a76b, #b69a6d, #a68d6e, #9c805e, #8d6a4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7a76b, #b69a6d, #a68d6e, #9c805e, #8d6a4e);
}

Earthly Embrace color palette created on .