Loading...
Goob's Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Goob's Garden palette
Download Goob's Garden Color Palette (PNG)
Goob's Garden color palette CSS
/* CSS */
.color-1 {
color: #7fd959;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f9a65d;
}
.color-4 {
color: #f05a28;
}
.color-5 {
color: #d7302d;
}
/* CSS Variables */
:root {
--color-1: #7fd959;
--color-2: #f6b83c;
--color-3: #f9a65d;
--color-4: #f05a28;
--color-5: #d7302d;
}
Goob's Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7fd959, #f6b83c, #f9a65d, #f05a28, #d7302d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7fd959, #f6b83c, #f9a65d, #f05a28, #d7302d);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Goob's Garden color palette created on .