Havana Dreams Color Palette
Discover the beautiful Havana Dreams color palette featuring pearl bush (#eae1d7), akaroa (#d9cbaf), driftwood (#a67d4e), shingle fawn (#6e4b3a) and masala (#443e3b).
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 Havana Dreams palette
💻 Havana Dreams color palette CSS
/* CSS */
.color-1 {
color: #eae1d7;
}
.color-2 {
color: #d9cbaf;
}
.color-3 {
color: #a67d4e;
}
.color-4 {
color: #6e4b3a;
}
.color-5 {
color: #443e3b;
}
/* CSS Variables */
:root {
--color-1: #eae1d7;
--color-2: #d9cbaf;
--color-3: #a67d4e;
--color-4: #6e4b3a;
--color-5: #443e3b;
}
🌈 Havana Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eae1d7, #d9cbaf, #a67d4e, #6e4b3a, #443e3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eae1d7, #d9cbaf, #a67d4e, #6e4b3a, #443e3b);
}
🔗 Explore similar color palettes
Havana Dreams color palette created on .