Retro Romance Color Palette
Discover the beautiful Retro Romance color palette featuring illusion (#f6a2c1), persian pink (#f273a6), french rose (#f05c8d), cranberry (#d85a8a) and tapestry (#b75c8e).
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 Retro Romance palette
💻 Retro Romance color palette CSS
/* CSS */
.color-1 {
color: #f6a2c1;
}
.color-2 {
color: #f273a6;
}
.color-3 {
color: #f05c8d;
}
.color-4 {
color: #d85a8a;
}
.color-5 {
color: #b75c8e;
}
/* CSS Variables */
:root {
--color-1: #f6a2c1;
--color-2: #f273a6;
--color-3: #f05c8d;
--color-4: #d85a8a;
--color-5: #b75c8e;
}
🌈 Retro Romance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2c1, #f273a6, #f05c8d, #d85a8a, #b75c8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2c1, #f273a6, #f05c8d, #d85a8a, #b75c8e);
}
🔗 Explore similar color palettes
Retro Romance color palette created on .