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: #ffcc99;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #daa98b;
}
.color-4 {
color: #c79b7a;
}
.color-5 {
color: #b88b6f;
}

/* CSS Variables */
:root {
--color-1: #ffcc99;
--color-2: #e9b79f;
--color-3: #daa98b;
--color-4: #c79b7a;
--color-5: #b88b6f;
}

Earthy Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc99, #e9b79f, #daa98b, #c79b7a, #b88b6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc99, #e9b79f, #daa98b, #c79b7a, #b88b6f);
}

Earthy Embrace color palette created on .