Golden Road Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Road palette
Color Inspiration
Images that showcase this color palette in real designs
Download Golden Road Color Palette (PNG)
Golden Road color palette CSS
/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ff9d00;
}
.color-4 {
color: #ff8c00;
}
.color-5 {
color: #ff8000;
}
/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ffb300;
--color-3: #ff9d00;
--color-4: #ff8c00;
--color-5: #ff8000;
}
Golden Road background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ffb300, #ff9d00, #ff8c00, #ff8000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ffb300, #ff9d00, #ff8c00, #ff8000);
}
Similar color palettes
Golden Road color palette created on .