Shades of Yellow Color Palette
Discover the beautiful Shades of Yellow color palette featuring buddha gold (#a7b300), earls green (#c7d03e), manz (#e3e76e), texas (#f9f99f) and mustard (#ffe95c).
Brightness
Saturation
Warmth
๐ก 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 Shades of Yellow palette
๐ป Shades of Yellow color palette CSS
/* CSS */
.color-1 {
color: #a7b300;
}
.color-2 {
color: #c7d03e;
}
.color-3 {
color: #e3e76e;
}
.color-4 {
color: #f9f99f;
}
.color-5 {
color: #ffe95c;
}
/* CSS Variables */
:root {
--color-1: #a7b300;
--color-2: #c7d03e;
--color-3: #e3e76e;
--color-4: #f9f99f;
--color-5: #ffe95c;
} ๐ Shades of Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7b300, #c7d03e, #e3e76e, #f9f99f, #ffe95c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7b300, #c7d03e, #e3e76e, #f9f99f, #ffe95c);
} ๐ Explore similar color palettes
Shades of Yellow color palette created on .