Shades of Green and Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Green and Orange palette
Shades of Green and Orange color palette CSS
/* CSS */
.color-1 {
color: #a3d55d;
}
.color-2 {
color: #dab94e;
}
.color-3 {
color: #e0893e;
}
.color-4 {
color: #e06b38;
}
.color-5 {
color: #a4392d;
}
/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #dab94e;
--color-3: #e0893e;
--color-4: #e06b38;
--color-5: #a4392d;
}
Shades of Green and Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #dab94e, #e0893e, #e06b38, #a4392d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #dab94e, #e0893e, #e06b38, #a4392d);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Shades of Green and Orange color palette created on .