Blushing Petals Color Palette
Discover the beautiful Blushing Petals color palette featuring cherub (#f4c8e2), wewak (#f0a3b0), deep blush (#e87d9b), cranberry (#d85a7b) and blush (#b04568).
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 Blushing Petals palette
💻 Blushing Petals color palette CSS
/* CSS */
.color-1 {
color: #f4c8e2;
}
.color-2 {
color: #f0a3b0;
}
.color-3 {
color: #e87d9b;
}
.color-4 {
color: #d85a7b;
}
.color-5 {
color: #b04568;
}
/* CSS Variables */
:root {
--color-1: #f4c8e2;
--color-2: #f0a3b0;
--color-3: #e87d9b;
--color-4: #d85a7b;
--color-5: #b04568;
}
🌈 Blushing Petals background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c8e2, #f0a3b0, #e87d9b, #d85a7b, #b04568);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c8e2, #f0a3b0, #e87d9b, #d85a7b, #b04568);
}
🔗 Explore similar color palettes
Blushing Petals color palette created on .