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