Vibrant Green Orange Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Vibrant Green Orange palette
tavolozza dei colori Vibrant Green Orange CSS
/* CSS */
.color-1 {
color: #75c7a8;
}
.color-2 {
color: #ff9900;
}
.color-3 {
color: #ff5e00;
}
.color-4 {
color: #ff3c00;
}
.color-5 {
color: #ffb300;
}
/* CSS Variables */
:root {
--color-1: #75c7a8;
--color-2: #ff9900;
--color-3: #ff5e00;
--color-4: #ff3c00;
--color-5: #ffb300;
}
CSS con gradiente di sfondo Vibrant Green Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #75c7a8, #ff9900, #ff5e00, #ff3c00, #ffb300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #75c7a8, #ff9900, #ff5e00, #ff3c00, #ffb300);
}
Tavolozze di colori simili
Vibrant Green Orange color palette created on .