Goblin Grove Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Goblin Grove palette
Color Inspiration
Images that showcase this color palette in real designs
Download Goblin Grove Color Palette (PNG)
Goblin Grove color palette CSS
/* CSS */
.color-1 {
color: #245132;
}
.color-2 {
color: #377643;
}
.color-3 {
color: #509566;
}
.color-4 {
color: #629d67;
}
.color-5 {
color: #75a985;
}
/* CSS Variables */
:root {
--color-1: #245132;
--color-2: #377643;
--color-3: #509566;
--color-4: #629d67;
--color-5: #75a985;
}
Goblin Grove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #245132, #377643, #509566, #629d67, #75a985);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #245132, #377643, #509566, #629d67, #75a985);
}
Similar color palettes
Goblin Grove color palette created on .