Vibrant Orange Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Vibrant Orange palette
tavolozza dei colori Vibrant Orange CSS
/* CSS */
.color-1 {
color: #f5a700;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #d6006f;
}
.color-5 {
color: #681b98;
}
/* CSS Variables */
:root {
--color-1: #f5a700;
--color-2: #ff6d1f;
--color-3: #ff3c00;
--color-4: #d6006f;
--color-5: #681b98;
}
CSS con gradiente di sfondo Vibrant Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a700, #ff6d1f, #ff3c00, #d6006f, #681b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a700, #ff6d1f, #ff3c00, #d6006f, #681b98);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 400+ tavolozzas di colori Brillante
Vibrant Orange color palette created on .