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