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