Dark Yellow Color Palette
Discover the beautiful Dark Yellow color palette featuring corn (#d6b300), pirate gold (#a37a00), cinnamon (#705000), saddle brown (#4d3c00) and madras (#333200).
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 Dark Yellow palette
💻 Dark Yellow color palette CSS
/* CSS */
.color-1 {
color: #d6b300;
}
.color-2 {
color: #a37a00;
}
.color-3 {
color: #705000;
}
.color-4 {
color: #4d3c00;
}
.color-5 {
color: #333200;
}
/* CSS Variables */
:root {
--color-1: #d6b300;
--color-2: #a37a00;
--color-3: #705000;
--color-4: #4d3c00;
--color-5: #333200;
}
🌈 Dark Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b300, #a37a00, #705000, #4d3c00, #333200);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b300, #a37a00, #705000, #4d3c00, #333200);
}
🔗 Explore similar color palettes
Dark Yellow color palette created on .