Rosemary Pink Color Palette
Discover the beautiful Rosemary Pink color palette featuring azalea (#f7d4d7), wewak (#f1a7b8), deep blush (#e86993), cabaret (#d14d7b) and stiletto (#982a4d).
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 Rosemary Pink palette
💻 Rosemary Pink color palette CSS
/* CSS */
.color-1 {
color: #f7d4d7;
}
.color-2 {
color: #f1a7b8;
}
.color-3 {
color: #e86993;
}
.color-4 {
color: #d14d7b;
}
.color-5 {
color: #982a4d;
}
/* CSS Variables */
:root {
--color-1: #f7d4d7;
--color-2: #f1a7b8;
--color-3: #e86993;
--color-4: #d14d7b;
--color-5: #982a4d;
} 🌈 Rosemary Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d4d7, #f1a7b8, #e86993, #d14d7b, #982a4d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d4d7, #f1a7b8, #e86993, #d14d7b, #982a4d);
} 🔗 Explore similar color palettes
Rosemary Pink color palette created on .