Golden Grove Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Grove palette
Golden Grove color palette CSS
/* CSS */
.color-1 {
color: #a8d76a;
}
.color-2 {
color: #f2e47d;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #e69900;
}
.color-5 {
color: #d65f1f;
}
/* CSS Variables */
:root {
--color-1: #a8d76a;
--color-2: #f2e47d;
--color-3: #f0a800;
--color-4: #e69900;
--color-5: #d65f1f;
}
Golden Grove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d76a, #f2e47d, #f0a800, #e69900, #d65f1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d76a, #f2e47d, #f0a800, #e69900, #d65f1f);
}
Similar color palettes
Golden Grove color palette created on .