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