Vibrant Green Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Green Orange palette
Vibrant Green Orange color palette 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;
}
Vibrant Green Orange background gradient CSS
/* 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);
}
Similar color palettes
Vibrant Green Orange color palette created on .