Vibrant Colors Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Vibrant Colors palette
tavolozza dei colori Vibrant Colors CSS
/* CSS */
.color-1 {
color: #ff5c5c;
}
.color-2 {
color: #4b91e2;
}
.color-3 {
color: #f7d74b;
}
.color-4 {
color: #4cae4f;
}
.color-5 {
color: #ff9100;
}
/* CSS Variables */
:root {
--color-1: #ff5c5c;
--color-2: #4b91e2;
--color-3: #f7d74b;
--color-4: #4cae4f;
--color-5: #ff9100;
}
CSS con gradiente di sfondo Vibrant Colors
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c5c, #4b91e2, #f7d74b, #4cae4f, #ff9100);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c5c, #4b91e2, #f7d74b, #4cae4f, #ff9100);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 80+ tavolozzas di colori Rosso
Vibrant Colors color palette created on .