Romantic Color Palette
Discover the beautiful Romantic color palette featuring illusion (#f8b4c2), illusion (#f1a7c7), deep blush (#e56c92), charm (#d15c7f) and rouge (#a83e6a).
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: #f8b4c2;
}
.color-2 {
color: #f1a7c7;
}
.color-3 {
color: #e56c92;
}
.color-4 {
color: #d15c7f;
}
.color-5 {
color: #a83e6a;
}
/* CSS Variables */
:root {
--color-1: #f8b4c2;
--color-2: #f1a7c7;
--color-3: #e56c92;
--color-4: #d15c7f;
--color-5: #a83e6a;
}
🌈 Romantic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b4c2, #f1a7c7, #e56c92, #d15c7f, #a83e6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b4c2, #f1a7c7, #e56c92, #d15c7f, #a83e6a);
}
🔗 Explore similar color palettes
Romantic color palette created on .