Glistening Blush Color Palette
Discover the beautiful Glistening Blush color palette featuring azalea (#f7c5d5), illusion (#f2a6c8), deep blush (#e6799c), cranberry (#d95e8f) and blush (#b83d6c).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Pink, Vibrant, Bright Summer, Garden 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 Glistening Blush palette
💻 Glistening Blush color palette CSS
/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #f2a6c8;
}
.color-3 {
color: #e6799c;
}
.color-4 {
color: #d95e8f;
}
.color-5 {
color: #b83d6c;
}
/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f2a6c8;
--color-3: #e6799c;
--color-4: #d95e8f;
--color-5: #b83d6c;
}
🌈 Glistening Blush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f2a6c8, #e6799c, #d95e8f, #b83d6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f2a6c8, #e6799c, #d95e8f, #b83d6c);
}
🔗 Explore similar color palettes
Glistening Blush color palette created on .