Rose & Mint Bliss Color Palette
Discover the beautiful Rose & Mint Bliss color palette featuring mandys pink (#f4b8c2), morning glory (#a3d7e0), jagged ice (#b6e2d8), bittersweet (#ff7070) and wax flower (#ffc4b3).
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 Rose & Mint Bliss palette
💻 Rose & Mint Bliss color palette CSS
/* CSS */
.color-1 {
color: #f4b8c2;
}
.color-2 {
color: #a3d7e0;
}
.color-3 {
color: #b6e2d8;
}
.color-4 {
color: #ff7070;
}
.color-5 {
color: #ffc4b3;
}
/* CSS Variables */
:root {
--color-1: #f4b8c2;
--color-2: #a3d7e0;
--color-3: #b6e2d8;
--color-4: #ff7070;
--color-5: #ffc4b3;
} 🌈 Rose & Mint Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b8c2, #a3d7e0, #b6e2d8, #ff7070, #ffc4b3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b8c2, #a3d7e0, #b6e2d8, #ff7070, #ffc4b3);
} 🔗 Explore similar color palettes
Rose & Mint Bliss color palette created on .