Loading...
Goob's Garden Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Goob's Garden Delight palette
Download Goob's Garden Delight Color Palette (PNG)
Goob's Garden Delight color palette CSS
/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f1e9a2;
}
.color-3 {
color: #95d2df;
}
.color-4 {
color: #6a9a99;
}
.color-5 {
color: #e76e50;
}
/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f1e9a2;
--color-3: #95d2df;
--color-4: #6a9a99;
--color-5: #e76e50;
}
Goob's Garden Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f1e9a2, #95d2df, #6a9a99, #e76e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f1e9a2, #95d2df, #6a9a99, #e76e50);
}
Similar color palettes
Goob's Garden Delight color palette created on .