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: #f6c2b6;
}
.color-2 {
color: #f2a6b5;
}
.color-3 {
color: #d17aa1;
}
.color-4 {
color: #a94c85;
}
.color-5 {
color: #6e3979;
}

/* CSS Variables */
:root {
--color-1: #f6c2b6;
--color-2: #f2a6b5;
--color-3: #d17aa1;
--color-4: #a94c85;
--color-5: #6e3979;
}

Pink Romance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c2b6, #f2a6b5, #d17aa1, #a94c85, #6e3979);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c2b6, #f2a6b5, #d17aa1, #a94c85, #6e3979);
}

Pink Romance color palette created on .