Hint of Green Color Palette

Discover the beautiful Hint of Green color palette featuring magic mint (#b1f2d8), algae green (#98e6c4), monte carlo (#80d1b6), tradewind (#69bfaf) and tradewind (#4eb7a2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Green, Light, Mint, Ocean, Soft, Spring, Summer, Vibrant 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 Hint of Green palette

Share this palette to:

💻 Hint of Green color palette CSS

/* CSS */
.color-1 {
color: #b1f2d8;
}
.color-2 {
color: #98e6c4;
}
.color-3 {
color: #80d1b6;
}
.color-4 {
color: #69bfaf;
}
.color-5 {
color: #4eb7a2;
}

/* CSS Variables */
:root {
--color-1: #b1f2d8;
--color-2: #98e6c4;
--color-3: #80d1b6;
--color-4: #69bfaf;
--color-5: #4eb7a2;
}

🌈 Hint of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1f2d8, #98e6c4, #80d1b6, #69bfaf, #4eb7a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1f2d8, #98e6c4, #80d1b6, #69bfaf, #4eb7a2);
}

Hint of Green color palette created on .