Pink Grace Color Palette
Discover the beautiful Pink Grace color palette featuring wheat (#f6e6b1), mandys pink (#f1c7a7), kobi (#eba8b3), deep blush (#e76a9c) and cranberry (#d45988).
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 Pink Grace palette
💻 Pink Grace color palette CSS
/* CSS */
.color-1 {
color: #f6e6b1;
}
.color-2 {
color: #f1c7a7;
}
.color-3 {
color: #eba8b3;
}
.color-4 {
color: #e76a9c;
}
.color-5 {
color: #d45988;
}
/* CSS Variables */
:root {
--color-1: #f6e6b1;
--color-2: #f1c7a7;
--color-3: #eba8b3;
--color-4: #e76a9c;
--color-5: #d45988;
}
🌈 Pink Grace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e6b1, #f1c7a7, #eba8b3, #e76a9c, #d45988);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e6b1, #f1c7a7, #eba8b3, #e76a9c, #d45988);
}
🔗 Explore similar color palettes
Pink Grace color palette created on .