Loading...

Goob's Garden Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Goob's Garden palette

Share this palette to:

Download Goob's Garden Color Palette (PNG)

Download goob's garden color palette PNG image (landscape)
Download goob's garden color palette PNG image (square)

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);
}

Goob's Garden color palette created on .