Dark Yellow Color Palette
Discover the beautiful Dark Yellow color palette featuring tulip tree (#e6b22d), old gold (#d6a83d), muddy waters (#b78e4e), dallas (#7e5b2a) and millbrook (#503e2b).
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: #e6b22d;
}
.color-2 {
color: #d6a83d;
}
.color-3 {
color: #b78e4e;
}
.color-4 {
color: #7e5b2a;
}
.color-5 {
color: #503e2b;
}
/* CSS Variables */
:root {
--color-1: #e6b22d;
--color-2: #d6a83d;
--color-3: #b78e4e;
--color-4: #7e5b2a;
--color-5: #503e2b;
} ๐ Dark Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b22d, #d6a83d, #b78e4e, #7e5b2a, #503e2b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b22d, #d6a83d, #b78e4e, #7e5b2a, #503e2b);
} ๐ Explore similar color palettes
Dark Yellow color palette created on .