Romantic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Romantic palette
Color Inspiration
Images that showcase this color palette in real designs
Download Romantic Color Palette (PNG)
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);
}
Similar color palettes
Romantic color palette created on .