Espresso Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Espresso Embrace palette

Share this palette to:

Espresso Embrace color palette CSS

/* CSS */
.color-1 {
color: #d6c6a8;
}
.color-2 {
color: #c2a87a;
}
.color-3 {
color: #a86b4d;
}
.color-4 {
color: #8c4b3b;
}
.color-5 {
color: #5c2a28;
}

/* CSS Variables */
:root {
--color-1: #d6c6a8;
--color-2: #c2a87a;
--color-3: #a86b4d;
--color-4: #8c4b3b;
--color-5: #5c2a28;
}

Espresso Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c6a8, #c2a87a, #a86b4d, #8c4b3b, #5c2a28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c6a8, #c2a87a, #a86b4d, #8c4b3b, #5c2a28);
}

Espresso Embrace color palette created on .