Classic American Gas Station Color Palette
Discover the beautiful Classic American Gas Station color palette featuring straw (#d7b87e), di serria (#e0a55c), tuscany (#c9662c), well read (#ad3f2e) and cowboy (#4e2727).
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 Classic American Gas Station palette
💻 Classic American Gas Station color palette CSS
/* CSS */
.color-1 {
color: #d7b87e;
}
.color-2 {
color: #e0a55c;
}
.color-3 {
color: #c9662c;
}
.color-4 {
color: #ad3f2e;
}
.color-5 {
color: #4e2727;
}
/* CSS Variables */
:root {
--color-1: #d7b87e;
--color-2: #e0a55c;
--color-3: #c9662c;
--color-4: #ad3f2e;
--color-5: #4e2727;
} 🌈 Classic American Gas Station background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7b87e, #e0a55c, #c9662c, #ad3f2e, #4e2727);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7b87e, #e0a55c, #c9662c, #ad3f2e, #4e2727);
} 🔗 Explore similar color palettes
Classic American Gas Station color palette created on .