Buttery Brown Color Palette
Discover the beautiful Buttery Brown color palette featuring tulip tree (#ecad41), golden grass (#dd8f22), ochre (#c97e22), kumera (#91641d) and van cleef (#4e250e).
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 Buttery Brown palette
๐ป Buttery Brown color palette CSS
/* CSS */
.color-1 {
color: #ecad41;
}
.color-2 {
color: #dd8f22;
}
.color-3 {
color: #c97e22;
}
.color-4 {
color: #91641d;
}
.color-5 {
color: #4e250e;
}
/* CSS Variables */
:root {
--color-1: #ecad41;
--color-2: #dd8f22;
--color-3: #c97e22;
--color-4: #91641d;
--color-5: #4e250e;
}
๐ Buttery Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecad41, #dd8f22, #c97e22, #91641d, #4e250e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecad41, #dd8f22, #c97e22, #91641d, #4e250e);
}
๐ Explore similar color palettes
Buttery Brown color palette created on .