Retro Vibes Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Retro Vibes palette
tavolozza dei colori Retro Vibes CSS
/* CSS */
.color-1 {
color: #fee7e7;
}
.color-2 {
color: #e3ddee;
}
.color-3 {
color: #e7efdc;
}
.color-4 {
color: #fef6f6;
}
.color-5 {
color: #edf1f7;
}
/* CSS Variables */
:root {
--color-1: #fee7e7;
--color-2: #e3ddee;
--color-3: #e7efdc;
--color-4: #fef6f6;
--color-5: #edf1f7;
}
CSS con gradiente di sfondo Retro Vibes
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fee7e7, #e3ddee, #e7efdc, #fef6f6, #edf1f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fee7e7, #e3ddee, #e7efdc, #fef6f6, #edf1f7);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 4 tavolozzas di colori Rosa
Retro Vibes color palette created on .