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: #fab700;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #c94b3b;
}
.color-4 {
color: #8a3e8e;
}
.color-5 {
color: #5d6cc0;
}
/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #ff6d1f;
--color-3: #c94b3b;
--color-4: #8a3e8e;
--color-5: #5d6cc0;
}
CSS con gradiente di sfondo Vibrant Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #ff6d1f, #c94b3b, #8a3e8e, #5d6cc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #ff6d1f, #c94b3b, #8a3e8e, #5d6cc0);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 100+ tavolozzas di colori Brillante
Vibrant Orange color palette created on .