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