Espresso Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Espresso Dreamscape palette

Share this palette to:

Espresso Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #c5a68c;
}
.color-2 {
color: #b2886c;
}
.color-3 {
color: #8f5b38;
}
.color-4 {
color: #e7c4a6;
}
.color-5 {
color: #d97d3f;
}

/* CSS Variables */
:root {
--color-1: #c5a68c;
--color-2: #b2886c;
--color-3: #8f5b38;
--color-4: #e7c4a6;
--color-5: #d97d3f;
}

Espresso Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5a68c, #b2886c, #8f5b38, #e7c4a6, #d97d3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5a68c, #b2886c, #8f5b38, #e7c4a6, #d97d3f);
}

Espresso Dreamscape color palette created on .