Forest Whisper Color Palette

Discover the beautiful Forest Whisper color palette featuring sinbad (#a5d5ba), tradewind (#68b3b6), jelly bean (#2c7ba0), blumine (#1e4d76) and botticelli (#c4d7e3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Spring 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 Forest Whisper palette

Share this palette to:

💻 Forest Whisper color palette CSS

/* CSS */
.color-1 {
color: #a5d5ba;
}
.color-2 {
color: #68b3b6;
}
.color-3 {
color: #2c7ba0;
}
.color-4 {
color: #1e4d76;
}
.color-5 {
color: #c4d7e3;
}

/* CSS Variables */
:root {
--color-1: #a5d5ba;
--color-2: #68b3b6;
--color-3: #2c7ba0;
--color-4: #1e4d76;
--color-5: #c4d7e3;
}

🌈 Forest Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5d5ba, #68b3b6, #2c7ba0, #1e4d76, #c4d7e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5d5ba, #68b3b6, #2c7ba0, #1e4d76, #c4d7e3);
}

Forest Whisper color palette created on .