Bosque Bliss Color Palette

Discover the beautiful Bosque Bliss color palette featuring highland (#7d9a6a), rainee (#b6c69f), primrose (#f1e6a7), rose bud (#f9b1a4) and chestnut rose (#d26b5b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Earthy, Nature, Forest, Bright, Soft Summer, Light, Spring, Red, 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 Bliss palette

Share this palette to:

💻 Bosque Bliss color palette CSS

/* CSS */
.color-1 {
color: #7d9a6a;
}
.color-2 {
color: #b6c69f;
}
.color-3 {
color: #f1e6a7;
}
.color-4 {
color: #f9b1a4;
}
.color-5 {
color: #d26b5b;
}

/* CSS Variables */
:root {
--color-1: #7d9a6a;
--color-2: #b6c69f;
--color-3: #f1e6a7;
--color-4: #f9b1a4;
--color-5: #d26b5b;
}

🌈 Bosque Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d9a6a, #b6c69f, #f1e6a7, #f9b1a4, #d26b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d9a6a, #b6c69f, #f1e6a7, #f9b1a4, #d26b5b);
}

Bosque Bliss color palette created on .