Espresso Delight Color Palette
Discover the beautiful Espresso Delight color palette featuring espresso (#622718), crown of thorns (#7a2d24), el salva (#9f4b38), old gold (#d6993d) and golden sand (#f4d171).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Espresso Delight palette
๐ป Espresso Delight color palette CSS
/* CSS */
.color-1 {
color: #622718;
}
.color-2 {
color: #7a2d24;
}
.color-3 {
color: #9f4b38;
}
.color-4 {
color: #d6993d;
}
.color-5 {
color: #f4d171;
}
/* CSS Variables */
:root {
--color-1: #622718;
--color-2: #7a2d24;
--color-3: #9f4b38;
--color-4: #d6993d;
--color-5: #f4d171;
} ๐ Espresso Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #622718, #7a2d24, #9f4b38, #d6993d, #f4d171);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #622718, #7a2d24, #9f4b38, #d6993d, #f4d171);
} ๐ Explore similar color palettes
Espresso Delight color palette created on .