Pink Rose Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Rose palette

Share this palette to:

Pink Rose color palette CSS

/* CSS */
.color-1 {
color: #f2a1c4;
}
.color-2 {
color: #e68e9b;
}
.color-3 {
color: #d77f8e;
}
.color-4 {
color: #b76c7d;
}
.color-5 {
color: #b06991;
}

/* CSS Variables */
:root {
--color-1: #f2a1c4;
--color-2: #e68e9b;
--color-3: #d77f8e;
--color-4: #b76c7d;
--color-5: #b06991;
}

Pink Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1c4, #e68e9b, #d77f8e, #b76c7d, #b06991);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1c4, #e68e9b, #d77f8e, #b76c7d, #b06991);
}

Pink Rose color palette created on .