Green Goodfellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Green Goodfellow palette
Green Goodfellow color palette CSS
/* CSS */
.color-1 {
color: #3b7e35;
}
.color-2 {
color: #86c69e;
}
.color-3 {
color: #e4d88b;
}
.color-4 {
color: #f5b400;
}
.color-5 {
color: #e25557;
}
/* CSS Variables */
:root {
--color-1: #3b7e35;
--color-2: #86c69e;
--color-3: #e4d88b;
--color-4: #f5b400;
--color-5: #e25557;
}
Green Goodfellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b7e35, #86c69e, #e4d88b, #f5b400, #e25557);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b7e35, #86c69e, #e4d88b, #f5b400, #e25557);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Green Goodfellow color palette created on .