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: #f1a7b1;
}
.color-2 {
color: #e3b5c3;
}
.color-3 {
color: #d8c5d1;
}
.color-4 {
color: #f5e1d6;
}
.color-5 {
color: #f7b9a1;
}

/* CSS Variables */
:root {
--color-1: #f1a7b1;
--color-2: #e3b5c3;
--color-3: #d8c5d1;
--color-4: #f5e1d6;
--color-5: #f7b9a1;
}

Pink Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b1, #e3b5c3, #d8c5d1, #f5e1d6, #f7b9a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b1, #e3b5c3, #d8c5d1, #f5e1d6, #f7b9a1);
}

Pink Rose color palette created on .