Good Ol' Hollywood Color Palette
Discover the beautiful Good Ol' Hollywood color palette featuring eunry (#d4a5a1), cashmere (#e6cba8), janna (#f3e9d3), regent st blue (#a9d6e5) and manhattan (#f6c8a7).
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 Good Ol' Hollywood palette
💻 Good Ol' Hollywood color palette CSS
/* CSS */
.color-1 {
color: #d4a5a1;
}
.color-2 {
color: #e6cba8;
}
.color-3 {
color: #f3e9d3;
}
.color-4 {
color: #a9d6e5;
}
.color-5 {
color: #f6c8a7;
}
/* CSS Variables */
:root {
--color-1: #d4a5a1;
--color-2: #e6cba8;
--color-3: #f3e9d3;
--color-4: #a9d6e5;
--color-5: #f6c8a7;
}
🌈 Good Ol' Hollywood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a5a1, #e6cba8, #f3e9d3, #a9d6e5, #f6c8a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a5a1, #e6cba8, #f3e9d3, #a9d6e5, #f6c8a7);
}
🔗 Explore similar color palettes
Good Ol' Hollywood color palette created on .