Sage Green Dream Color Palette

Discover the beautiful Sage Green Dream color palette featuring opal (#a7c8b9), surf (#b8d6c1), tasman (#d1e1d1), gin (#e5f0e5) and snow drift (#f5f9f5).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Sage Green Dream color palette CSS

/* CSS */
.color-1 {
color: #a7c8b9;
}
.color-2 {
color: #b8d6c1;
}
.color-3 {
color: #d1e1d1;
}
.color-4 {
color: #e5f0e5;
}
.color-5 {
color: #f5f9f5;
}

/* CSS Variables */
:root {
--color-1: #a7c8b9;
--color-2: #b8d6c1;
--color-3: #d1e1d1;
--color-4: #e5f0e5;
--color-5: #f5f9f5;
}

🌈 Sage Green Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c8b9, #b8d6c1, #d1e1d1, #e5f0e5, #f5f9f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c8b9, #b8d6c1, #d1e1d1, #e5f0e5, #f5f9f5);
}

Sage Green Dream color palette created on .