Shades of Tacao Color Palette
Discover the beautiful Shades of Tacao color palette featuring tacao (#edb482), maize (#f6cba7), sandy brown (#f1a76f), raw sienna (#d78f47) and copper (#c66e3f).
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 Shades of Tacao palette
๐ป Shades of Tacao color palette CSS
/* CSS */
.color-1 {
color: #edb482;
}
.color-2 {
color: #f6cba7;
}
.color-3 {
color: #f1a76f;
}
.color-4 {
color: #d78f47;
}
.color-5 {
color: #c66e3f;
}
/* CSS Variables */
:root {
--color-1: #edb482;
--color-2: #f6cba7;
--color-3: #f1a76f;
--color-4: #d78f47;
--color-5: #c66e3f;
}
๐ Shades of Tacao background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edb482, #f6cba7, #f1a76f, #d78f47, #c66e3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edb482, #f6cba7, #f1a76f, #d78f47, #c66e3f);
}
๐ Explore similar color palettes
Shades of Tacao color palette created on .