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: #eab239;
}
.color-2 {
color: #e4c25e;
}
.color-3 {
color: #d5b76d;
}
.color-4 {
color: #bea66f;
}
.color-5 {
color: #a77a6c;
}
/* CSS Variables */
:root {
--color-1: #eab239;
--color-2: #e4c25e;
--color-3: #d5b76d;
--color-4: #bea66f;
--color-5: #a77a6c;
}
Golden Grove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab239, #e4c25e, #d5b76d, #bea66f, #a77a6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab239, #e4c25e, #d5b76d, #bea66f, #a77a6c);
}
Similar color palettes
Golden Grove color palette created on .