Sage Green and Petal Bliss Color Palette

Discover the beautiful Sage Green and Petal Bliss color palette featuring opal (#a7c8b9), linen (#f8e2d3), mandys pink (#f1b1b1), tonys pink (#e6a77a) and akaroa (#d9c3a6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Pink, Beige, Spring, Soft, Bright, Boho, Nature, Warm 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 and Petal Bliss palette

Share this palette to:

💻 Sage Green and Petal Bliss color palette CSS

/* CSS */
.color-1 {
color: #a7c8b9;
}
.color-2 {
color: #f8e2d3;
}
.color-3 {
color: #f1b1b1;
}
.color-4 {
color: #e6a77a;
}
.color-5 {
color: #d9c3a6;
}

/* CSS Variables */
:root {
--color-1: #a7c8b9;
--color-2: #f8e2d3;
--color-3: #f1b1b1;
--color-4: #e6a77a;
--color-5: #d9c3a6;
}

🌈 Sage Green and Petal Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c8b9, #f8e2d3, #f1b1b1, #e6a77a, #d9c3a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c8b9, #f8e2d3, #f1b1b1, #e6a77a, #d9c3a6);
}

Sage Green and Petal Bliss color palette created on .