Cyber Vibe Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Cyber Vibe palette
Immagine PNG della tavolozza dei colori Cyber Vibe
tavolozza dei colori Cyber Vibe CSS
/* CSS */
.color-1 {
color: #4c4c94;
}
.color-2 {
color: #6263b2;
}
.color-3 {
color: #8081e0;
}
.color-4 {
color: #b868bb;
}
.color-5 {
color: #fed68b;
}
/* CSS Variables */
:root {
--color-1: #4c4c94;
--color-2: #6263b2;
--color-3: #8081e0;
--color-4: #b868bb;
--color-5: #fed68b;
}
CSS con gradiente di sfondo Cyber Vibe
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c4c94, #6263b2, #8081e0, #b868bb, #fed68b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c4c94, #6263b2, #8081e0, #b868bb, #fed68b);
}
Tavolozze di colori simili
Cyber Vibe color palette created on .