Yellow Traditional Color Palette

Discover the beautiful Yellow Traditional color palette featuring corn (#dbb300), brandy punch (#c88f2d), paarl (#a45f2d), shingle fawn (#694e35) and woody brown (#3c2a2a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGold, Amber, Earthy, Warm, Vintage 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 Yellow Traditional palette

Share this palette to:

💻 Yellow Traditional color palette CSS

/* CSS */
.color-1 {
color: #dbb300;
}
.color-2 {
color: #c88f2d;
}
.color-3 {
color: #a45f2d;
}
.color-4 {
color: #694e35;
}
.color-5 {
color: #3c2a2a;
}

/* CSS Variables */
:root {
--color-1: #dbb300;
--color-2: #c88f2d;
--color-3: #a45f2d;
--color-4: #694e35;
--color-5: #3c2a2a;
}

🌈 Yellow Traditional background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbb300, #c88f2d, #a45f2d, #694e35, #3c2a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbb300, #c88f2d, #a45f2d, #694e35, #3c2a2a);
}

Yellow Traditional color palette created on .