Pink Romance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Romance palette

Share this palette to:

Pink Romance color palette CSS

/* CSS */
.color-1 {
color: #e17a95;
}
.color-2 {
color: #f1a7b2;
}
.color-3 {
color: #f3c4d3;
}
.color-4 {
color: #f4e6e8;
}
.color-5 {
color: #f8d3c4;
}

/* CSS Variables */
:root {
--color-1: #e17a95;
--color-2: #f1a7b2;
--color-3: #f3c4d3;
--color-4: #f4e6e8;
--color-5: #f8d3c4;
}

Pink Romance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e17a95, #f1a7b2, #f3c4d3, #f4e6e8, #f8d3c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e17a95, #f1a7b2, #f3c4d3, #f4e6e8, #f8d3c4);
}

Pink Romance color palette created on .