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