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: #6b1f22;
}
.color-2 {
color: #1e156a;
}
.color-3 {
color: #325c19;
}
.color-4 {
color: #6b3344;
}
.color-5 {
color: #1c3d97;
}
/* CSS Variables */
:root {
--color-1: #6b1f22;
--color-2: #1e156a;
--color-3: #325c19;
--color-4: #6b3344;
--color-5: #1c3d97;
}
CSS con gradiente di sfondo Retro Vibes
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b1f22, #1e156a, #325c19, #6b3344, #1c3d97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b1f22, #1e156a, #325c19, #6b3344, #1c3d97);
}
Tavolozze di colori simili
Retro Vibes color palette created on .