Romantic Color Palette
Discover the beautiful Romantic color palette featuring sunglo (#e36d79), wewak (#f5a3b1), linen (#f8e1d3), wewak (#f3a5b2) and amaranth (#e62d4c).
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 Romantic palette
💻 Romantic color palette CSS
/* CSS */
.color-1 {
color: #e36d79;
}
.color-2 {
color: #f5a3b1;
}
.color-3 {
color: #f8e1d3;
}
.color-4 {
color: #f3a5b2;
}
.color-5 {
color: #e62d4c;
}
/* CSS Variables */
:root {
--color-1: #e36d79;
--color-2: #f5a3b1;
--color-3: #f8e1d3;
--color-4: #f3a5b2;
--color-5: #e62d4c;
} 🌈 Romantic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e36d79, #f5a3b1, #f8e1d3, #f3a5b2, #e62d4c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e36d79, #f5a3b1, #f8e1d3, #f3a5b2, #e62d4c);
} 🔗 Explore similar color palettes
Romantic color palette created on .