Retro Vibes Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Retro Vibes palette
Immagine PNG della tavolozza dei colori Retro Vibes
tavolozza dei colori Retro Vibes CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #707eff;
}
.color-3 {
color: #f2e03a;
}
.color-4 {
color: #4ce1d7;
}
.color-5 {
color: #ff3d7e;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #707eff;
--color-3: #f2e03a;
--color-4: #4ce1d7;
--color-5: #ff3d7e;
}
CSS con gradiente di sfondo Retro Vibes
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #707eff, #f2e03a, #4ce1d7, #ff3d7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #707eff, #f2e03a, #4ce1d7, #ff3d7e);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 10+ tavolozzas di colori Anni 90
Retro Vibes color palette created on .