Sage Green Dream Color Palette
Discover the beautiful Sage Green Dream color palette featuring swamp green (#9cba8c), norway (#a3c19f), pale leaf (#c3d7c1), harp (#e1efe5) and ecru white (#f8f6ed).
Brightness
Saturation
Warmth
💡 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
💻 Sage Green Dream color palette CSS
/* CSS */
.color-1 {
color: #9cba8c;
}
.color-2 {
color: #a3c19f;
}
.color-3 {
color: #c3d7c1;
}
.color-4 {
color: #e1efe5;
}
.color-5 {
color: #f8f6ed;
}
/* CSS Variables */
:root {
--color-1: #9cba8c;
--color-2: #a3c19f;
--color-3: #c3d7c1;
--color-4: #e1efe5;
--color-5: #f8f6ed;
} 🌈 Sage Green Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9cba8c, #a3c19f, #c3d7c1, #e1efe5, #f8f6ed);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9cba8c, #a3c19f, #c3d7c1, #e1efe5, #f8f6ed);
} 🔗 Explore similar color palettes
Sage Green Dream color palette created on .