Sage Dream Color Palette

Discover the beautiful Sage Dream color palette featuring coriander (#b6c99c), spring rain (#a2c3a7), bay leaf (#7db08d), viridian (#4d9982) and faded jade (#3e7975).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Sage, Nature, Soft, Light, Earthy, Modern, Bright Spring, 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 Sage Dream palette

Share this palette to:

💻 Sage Dream color palette CSS

/* CSS */
.color-1 {
color: #b6c99c;
}
.color-2 {
color: #a2c3a7;
}
.color-3 {
color: #7db08d;
}
.color-4 {
color: #4d9982;
}
.color-5 {
color: #3e7975;
}

/* CSS Variables */
:root {
--color-1: #b6c99c;
--color-2: #a2c3a7;
--color-3: #7db08d;
--color-4: #4d9982;
--color-5: #3e7975;
}

🌈 Sage Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c99c, #a2c3a7, #7db08d, #4d9982, #3e7975);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c99c, #a2c3a7, #7db08d, #4d9982, #3e7975);
}

Sage Dream color palette created on .