Taupe Shades Color Palette
Discover the beautiful Taupe Shades color palette featuring cameo (#d8b39d), rodeo dust (#c7a699), thatch (#b69e91), donkey brown (#a58e7e) and toast (#9d806c).
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 Taupe Shades palette
๐ป Taupe Shades color palette CSS
/* CSS */
.color-1 {
color: #d8b39d;
}
.color-2 {
color: #c7a699;
}
.color-3 {
color: #b69e91;
}
.color-4 {
color: #a58e7e;
}
.color-5 {
color: #9d806c;
}
/* CSS Variables */
:root {
--color-1: #d8b39d;
--color-2: #c7a699;
--color-3: #b69e91;
--color-4: #a58e7e;
--color-5: #9d806c;
}
๐ Taupe Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b39d, #c7a699, #b69e91, #a58e7e, #9d806c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b39d, #c7a699, #b69e91, #a58e7e, #9d806c);
}
๐ Explore similar color palettes
Taupe Shades color palette created on .