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