Tropical Retro Vibes Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Tropical Retro Vibes palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Tropical Retro Vibes

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

tavolozza dei colori Tropical Retro Vibes CSS

/* CSS */
.color-1 {
color: #4f7d7d;
}
.color-2 {
color: #5db69f;
}
.color-3 {
color: #8fdc9d;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #d64e24;
}

/* CSS Variables */
:root {
--color-1: #4f7d7d;
--color-2: #5db69f;
--color-3: #8fdc9d;
--color-4: #f5c400;
--color-5: #d64e24;
}

CSS con gradiente di sfondo Tropical Retro Vibes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f7d7d, #5db69f, #8fdc9d, #f5c400, #d64e24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f7d7d, #5db69f, #8fdc9d, #f5c400, #d64e24);
}

Tropical Retro Vibes color palette created on .