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