Retro Vibes Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Retro Vibes palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Retro Vibes

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

tavolozza dei colori Retro Vibes CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ffec80;
}
.color-4 {
color: #ff3c00;
}
.color-5 {
color: #ff1f40;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb300;
--color-3: #ffec80;
--color-4: #ff3c00;
--color-5: #ff1f40;
}

CSS con gradiente di sfondo Retro Vibes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb300, #ffec80, #ff3c00, #ff1f40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb300, #ffec80, #ff3c00, #ff1f40);
}

Retro Vibes color palette created on .