Golden Yellow Color Palette
Discover the beautiful Golden Yellow color palette featuring amber (#ffc300), bright sun (#ffd942), texas rose (#ffb84d), tree poppy (#ff9e1f) and flush orange (#ff8000).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAmber, Bright, Gold, Warm color palettes and combinations.
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Golden Yellow palette
๐ป Golden Yellow color palette CSS
/* CSS */
.color-1 {
color: #ffc300;
}
.color-2 {
color: #ffd942;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ff9e1f;
}
.color-5 {
color: #ff8000;
}
/* CSS Variables */
:root {
--color-1: #ffc300;
--color-2: #ffd942;
--color-3: #ffb84d;
--color-4: #ff9e1f;
--color-5: #ff8000;
} ๐ Golden Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc300, #ffd942, #ffb84d, #ff9e1f, #ff8000);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc300, #ffd942, #ffb84d, #ff9e1f, #ff8000);
} ๐ Explore similar color palettes
Golden Yellow color palette created on .