Golden Ambition Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Ambition palette
Golden Ambition color palette CSS
/* CSS */
.color-1 {
color: #f9d66c;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f07800;
}
.color-4 {
color: #d64f00;
}
.color-5 {
color: #a83b00;
}
/* CSS Variables */
:root {
--color-1: #f9d66c;
--color-2: #f0a800;
--color-3: #f07800;
--color-4: #d64f00;
--color-5: #a83b00;
}
Golden Ambition background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d66c, #f0a800, #f07800, #d64f00, #a83b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d66c, #f0a800, #f07800, #d64f00, #a83b00);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Golden Ambition color palette created on .