Pink Rosie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Rosie palette

Share this palette to:

Pink Rosie color palette CSS

/* CSS */
.color-1 {
color: #f1a7b7;
}
.color-2 {
color: #f288a2;
}
.color-3 {
color: #f05c90;
}
.color-4 {
color: #d4497f;
}
.color-5 {
color: #a7396d;
}

/* CSS Variables */
:root {
--color-1: #f1a7b7;
--color-2: #f288a2;
--color-3: #f05c90;
--color-4: #d4497f;
--color-5: #a7396d;
}

Pink Rosie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b7, #f288a2, #f05c90, #d4497f, #a7396d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b7, #f288a2, #f05c90, #d4497f, #a7396d);
}

Pink Rosie color palette created on .