Fresh Green Color Palette

Discover the beautiful Fresh Green color palette featuring vista blue (#99d9c1), powder blue (#b6dfe9), we peep (#f0c3de), double colonial white (#ecdb9e) and wild willow (#bcd27e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Cream, Earthy, Pink, Soft, Summer, Warm 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 Fresh Green palette

Share this palette to:

💻 Fresh Green color palette CSS

/* CSS */
.color-1 {
color: #99d9c1;
}
.color-2 {
color: #b6dfe9;
}
.color-3 {
color: #f0c3de;
}
.color-4 {
color: #ecdb9e;
}
.color-5 {
color: #bcd27e;
}

/* CSS Variables */
:root {
--color-1: #99d9c1;
--color-2: #b6dfe9;
--color-3: #f0c3de;
--color-4: #ecdb9e;
--color-5: #bcd27e;
}

🌈 Fresh Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #99d9c1, #b6dfe9, #f0c3de, #ecdb9e, #bcd27e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #99d9c1, #b6dfe9, #f0c3de, #ecdb9e, #bcd27e);
}

Fresh Green color palette created on .