Bosque Avuspa Color Palette

Discover the beautiful Bosque Avuspa color palette featuring gimblet (#b0b66d), zombie (#e7dda2), banana mania (#fbeab6), bright sun (#fcca4a) and tan hide (#f78c5e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Beige, Yellow, Apricot, Peach, Soft, Bright Summer, Warm, Light 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

Share this palette to:

💻 Bosque Avuspa color palette CSS

/* CSS */
.color-1 {
color: #b0b66d;
}
.color-2 {
color: #e7dda2;
}
.color-3 {
color: #fbeab6;
}
.color-4 {
color: #fcca4a;
}
.color-5 {
color: #f78c5e;
}

/* CSS Variables */
:root {
--color-1: #b0b66d;
--color-2: #e7dda2;
--color-3: #fbeab6;
--color-4: #fcca4a;
--color-5: #f78c5e;
}

🌈 Bosque Avuspa background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0b66d, #e7dda2, #fbeab6, #fcca4a, #f78c5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0b66d, #e7dda2, #fbeab6, #fcca4a, #f78c5e);
}

Bosque Avuspa color palette created on .