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: #ff9900;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #5cc0eb;
}
.color-4 {
color: #690571;
}
.color-5 {
color: #f75e7d;
}
/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ffcc00;
--color-3: #5cc0eb;
--color-4: #690571;
--color-5: #f75e7d;
}
CSS con gradiente di sfondo Vibrant Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ffcc00, #5cc0eb, #690571, #f75e7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ffcc00, #5cc0eb, #690571, #f75e7d);
}
Tavolozze di colori simili
Vibrant Orange color palette created on .