Romantic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Romantic palette
Romantic color palette PNG image
Romantic color palette CSS
/* CSS */
.color-1 {
color: #f9c3ce;
}
.color-2 {
color: #f1a7b6;
}
.color-3 {
color: #e77e8e;
}
.color-4 {
color: #d54d6b;
}
.color-5 {
color: #aa2c49;
}
/* CSS Variables */
:root {
--color-1: #f9c3ce;
--color-2: #f1a7b6;
--color-3: #e77e8e;
--color-4: #d54d6b;
--color-5: #aa2c49;
}
Romantic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c3ce, #f1a7b6, #e77e8e, #d54d6b, #aa2c49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c3ce, #f1a7b6, #e77e8e, #d54d6b, #aa2c49);
}
Similar color palettes
Romantic color palette created on .