Pink Rose Color Palette
Discover the beautiful Pink Rose color palette featuring azalea (#f4c3c8), shilo (#e2a7b3), can can (#d68f9c), puce (#c67b8d) and turkish rose (#b86b7a).
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 Rose palette
💻 Pink Rose color palette CSS
/* CSS */
.color-1 {
color: #f4c3c8;
}
.color-2 {
color: #e2a7b3;
}
.color-3 {
color: #d68f9c;
}
.color-4 {
color: #c67b8d;
}
.color-5 {
color: #b86b7a;
}
/* CSS Variables */
:root {
--color-1: #f4c3c8;
--color-2: #e2a7b3;
--color-3: #d68f9c;
--color-4: #c67b8d;
--color-5: #b86b7a;
} 🌈 Pink Rose background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c8, #e2a7b3, #d68f9c, #c67b8d, #b86b7a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c8, #e2a7b3, #d68f9c, #c67b8d, #b86b7a);
} 🔗 Explore similar color palettes
Pink Rose color palette created on .