Light Gold and Dark Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Gold and Dark Green palette
Light Gold and Dark Green color palette CSS
/* CSS */
.color-1 {
color: #fdf8e2;
}
.color-2 {
color: #e3cca1;
}
.color-3 {
color: #a1ceaa;
}
.color-4 {
color: #4c8b3c;
}
.color-5 {
color: #1c3b25;
}
/* CSS Variables */
:root {
--color-1: #fdf8e2;
--color-2: #e3cca1;
--color-3: #a1ceaa;
--color-4: #4c8b3c;
--color-5: #1c3b25;
}
Light Gold and Dark Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdf8e2, #e3cca1, #a1ceaa, #4c8b3c, #1c3b25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdf8e2, #e3cca1, #a1ceaa, #4c8b3c, #1c3b25);
}
Similar color palettes
Light Gold and Dark Green color palette created on .