60s Vibes Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with 60s Vibes palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori 60s Vibes

Download 60s vibes color palette PNG image (landscape)
Download 60s vibes color palette PNG image (square)

tavolozza dei colori 60s Vibes CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #a4d5a6;
}
.color-5 {
color: #4eb7ac;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb84d;
--color-3: #ffd54d;
--color-4: #a4d5a6;
--color-5: #4eb7ac;
}

CSS con gradiente di sfondo 60s Vibes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb84d, #ffd54d, #a4d5a6, #4eb7ac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb84d, #ffd54d, #a4d5a6, #4eb7ac);
}

60s Vibes color palette created on .