Elegant Brown Color Palette
Discover the beautiful Elegant Brown color palette featuring khaki (#f0e78e), old gold (#d1a94d), sepia skin (#a06c3b), nutmeg (#7a4a2a) and cork (#4c2d1f).
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 Elegant Brown palette
๐ป Elegant Brown color palette CSS
/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #d1a94d;
}
.color-3 {
color: #a06c3b;
}
.color-4 {
color: #7a4a2a;
}
.color-5 {
color: #4c2d1f;
}
/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #d1a94d;
--color-3: #a06c3b;
--color-4: #7a4a2a;
--color-5: #4c2d1f;
} ๐ Elegant Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #d1a94d, #a06c3b, #7a4a2a, #4c2d1f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #d1a94d, #a06c3b, #7a4a2a, #4c2d1f);
} ๐ Explore similar color palettes
Elegant Brown color palette created on .