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