Retro Vibes Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Retro Vibes palette

Condividi questa palette a:

tavolozza dei colori Retro Vibes CSS

/* CSS */
.color-1 {
color: #dc5b41;
}
.color-2 {
color: #734560;
}
.color-3 {
color: #918630;
}
.color-4 {
color: #de8f73;
}
.color-5 {
color: #93808a;
}

/* CSS Variables */
:root {
--color-1: #dc5b41;
--color-2: #734560;
--color-3: #918630;
--color-4: #de8f73;
--color-5: #93808a;
}

CSS con gradiente di sfondo Retro Vibes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dc5b41, #734560, #918630, #de8f73, #93808a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dc5b41, #734560, #918630, #de8f73, #93808a);
}

Tavolozze di colori simili

Retro Vibes color palette created on .