1960 Vibes Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with 1960 Vibes palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori 1960 Vibes

Download 1960 vibes color palette PNG image (landscape)
Download 1960 vibes color palette PNG image (square)

tavolozza dei colori 1960 Vibes CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #e6b800;
}
.color-3 {
color: #d69d00;
}
.color-4 {
color: #a87e00;
}
.color-5 {
color: #6b6000;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #e6b800;
--color-3: #d69d00;
--color-4: #a87e00;
--color-5: #6b6000;
}

CSS con gradiente di sfondo 1960 Vibes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #e6b800, #d69d00, #a87e00, #6b6000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #e6b800, #d69d00, #a87e00, #6b6000);
}

1960 Vibes color palette created on .