Sage Pink Color Palette
Discover the beautiful Sage Pink color palette featuring cold turkey (#d6c2c3), shilo (#e8b5c2), beauty bush (#f0c1d2), surf (#b4d9c8) and opal (#a8c2b9).
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 Pink palette
💻 Sage Pink color palette CSS
/* CSS */
.color-1 {
color: #d6c2c3;
}
.color-2 {
color: #e8b5c2;
}
.color-3 {
color: #f0c1d2;
}
.color-4 {
color: #b4d9c8;
}
.color-5 {
color: #a8c2b9;
}
/* CSS Variables */
:root {
--color-1: #d6c2c3;
--color-2: #e8b5c2;
--color-3: #f0c1d2;
--color-4: #b4d9c8;
--color-5: #a8c2b9;
} 🌈 Sage Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c2c3, #e8b5c2, #f0c1d2, #b4d9c8, #a8c2b9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c2c3, #e8b5c2, #f0c1d2, #b4d9c8, #a8c2b9);
} 🔗 Explore similar color palettes
Sage Pink color palette created on .