Sunset Grove Vibes Color Palette

Discover the beautiful Sunset Grove Vibes color palette featuring hippie green (#5e8b50), shadow green (#9fc6b8), sidecar (#f2e7ba), rose bud (#f7aaa1) and valencia (#d64b29).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Bright, Green, Red, Boho 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 Sunset Grove Vibes palette

Share this palette to:

💻 Sunset Grove Vibes color palette CSS

/* CSS */
.color-1 {
color: #5e8b50;
}
.color-2 {
color: #9fc6b8;
}
.color-3 {
color: #f2e7ba;
}
.color-4 {
color: #f7aaa1;
}
.color-5 {
color: #d64b29;
}

/* CSS Variables */
:root {
--color-1: #5e8b50;
--color-2: #9fc6b8;
--color-3: #f2e7ba;
--color-4: #f7aaa1;
--color-5: #d64b29;
}

🌈 Sunset Grove Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e8b50, #9fc6b8, #f2e7ba, #f7aaa1, #d64b29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e8b50, #9fc6b8, #f2e7ba, #f7aaa1, #d64b29);
}

Sunset Grove Vibes color palette created on .