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