Industrial 60s Gas Station Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Industrial 60s Gas Station palette

Share this palette to:

Industrial 60s Gas Station color palette PNG image

Download industrial 60s gas station color palette PNG image (landscape)
Download industrial 60s gas station color palette PNG image (square)

Industrial 60s Gas Station color palette CSS

/* CSS */
.color-1 {
color: #a9c34b;
}
.color-2 {
color: #f2d12c;
}
.color-3 {
color: #f08c00;
}
.color-4 {
color: #c24a29;
}
.color-5 {
color: #4b4e4e;
}

/* CSS Variables */
:root {
--color-1: #a9c34b;
--color-2: #f2d12c;
--color-3: #f08c00;
--color-4: #c24a29;
--color-5: #4b4e4e;
}

Industrial 60s Gas Station background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c34b, #f2d12c, #f08c00, #c24a29, #4b4e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c34b, #f2d12c, #f08c00, #c24a29, #4b4e4e);
}

Industrial 60s Gas Station color palette created on .