Golden Garden Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Garden palette

Share this palette to:

Golden Garden color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f6c751;
}
.color-3 {
color: #f7e6a1;
}
.color-4 {
color: #a3d65c;
}
.color-5 {
color: #87c9b1;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f6c751;
--color-3: #f7e6a1;
--color-4: #a3d65c;
--color-5: #87c9b1;
}

Golden Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f6c751, #f7e6a1, #a3d65c, #87c9b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f6c751, #f7e6a1, #a3d65c, #87c9b1);
}

Golden Garden color palette created on .