Romantic Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Romantic palette

Share this palette to:

Romantic color palette CSS

/* CSS */
.color-1 {
color: #f9c3ce;
}
.color-2 {
color: #f1a7b6;
}
.color-3 {
color: #e77e9c;
}
.color-4 {
color: #d54d7d;
}
.color-5 {
color: #a3195c;
}

/* CSS Variables */
:root {
--color-1: #f9c3ce;
--color-2: #f1a7b6;
--color-3: #e77e9c;
--color-4: #d54d7d;
--color-5: #a3195c;
}

Romantic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c3ce, #f1a7b6, #e77e9c, #d54d7d, #a3195c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c3ce, #f1a7b6, #e77e9c, #d54d7d, #a3195c);
}

Similar color palettes

Romantic color palette created on .