Bosque Avuspa Color Palette
Discover the beautiful Bosque Avuspa color palette featuring gimblet (#b0b66d), zombie (#e7dca1), banana mania (#fbe9b4), bright sun (#fcc949) and tan hide (#f78c5e).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withApricot, Beige, Bright Summer, Earthy, Light, Peach, Soft, Warm, Yellow color palettes and combinations.
๐ก 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 Bosque Avuspa palette
๐ป Bosque Avuspa color palette CSS
/* CSS */
.color-1 {
color: #b0b66d;
}
.color-2 {
color: #e7dca1;
}
.color-3 {
color: #fbe9b4;
}
.color-4 {
color: #fcc949;
}
.color-5 {
color: #f78c5e;
}
/* CSS Variables */
:root {
--color-1: #b0b66d;
--color-2: #e7dca1;
--color-3: #fbe9b4;
--color-4: #fcc949;
--color-5: #f78c5e;
} ๐ Bosque Avuspa background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0b66d, #e7dca1, #fbe9b4, #fcc949, #f78c5e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0b66d, #e7dca1, #fbe9b4, #fcc949, #f78c5e);
} ๐ Explore similar color palettes
Bosque Avuspa color palette created on .