Earthen Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Earthen Embrace palette

Share this palette to:

Earthen Embrace color palette CSS

/* CSS */
.color-1 {
color: #a64b3a;
}
.color-2 {
color: #d95d4a;
}
.color-3 {
color: #f1a76a;
}
.color-4 {
color: #f3e1b4;
}
.color-5 {
color: #a1d4b3;
}

/* CSS Variables */
:root {
--color-1: #a64b3a;
--color-2: #d95d4a;
--color-3: #f1a76a;
--color-4: #f3e1b4;
--color-5: #a1d4b3;
}

Earthen Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a64b3a, #d95d4a, #f1a76a, #f3e1b4, #a1d4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a64b3a, #d95d4a, #f1a76a, #f3e1b4, #a1d4b3);
}

Earthen Embrace color palette created on .