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