60s Vibes Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with 60s Vibes palette
Immagine PNG della tavolozza dei colori 60s Vibes
tavolozza dei colori 60s Vibes CSS
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #a4d5a6;
}
.color-5 {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb84d;
--color-3: #ffd54d;
--color-4: #a4d5a6;
--color-5: #4eb7ac;
}
CSS con gradiente di sfondo 60s Vibes
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb84d, #ffd54d, #a4d5a6, #4eb7ac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb84d, #ffd54d, #a4d5a6, #4eb7ac);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 20+ tavolozzas di colori Anni 60
60s Vibes color palette created on .