Espresso Dreams Color Palette
Discover the beautiful Espresso Dreams color palette featuring buttered rum (#a1600e), tory blue (#0e5caa), coral tree (#aa7070), night shadz (#aa3d5f) and cab sav (#4c0b2b).
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 Dreams palette
๐ป Espresso Dreams color palette CSS
/* CSS */
.color-1 {
color: #a1600e;
}
.color-2 {
color: #0e5caa;
}
.color-3 {
color: #aa7070;
}
.color-4 {
color: #aa3d5f;
}
.color-5 {
color: #4c0b2b;
}
/* CSS Variables */
:root {
--color-1: #a1600e;
--color-2: #0e5caa;
--color-3: #aa7070;
--color-4: #aa3d5f;
--color-5: #4c0b2b;
} ๐ Espresso Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1600e, #0e5caa, #aa7070, #aa3d5f, #4c0b2b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1600e, #0e5caa, #aa7070, #aa3d5f, #4c0b2b);
} ๐ Explore similar color palettes
Espresso Dreams color palette created on .