Pink Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Shades palette

Share this palette to:

Pink Shades color palette CSS

/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #f2abb1;
}
.color-3 {
color: #d6809f;
}
.color-4 {
color: #b266a3;
}
.color-5 {
color: #7b4b8b;
}

/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f2abb1;
--color-3: #d6809f;
--color-4: #b266a3;
--color-5: #7b4b8b;
}

Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f2abb1, #d6809f, #b266a3, #7b4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f2abb1, #d6809f, #b266a3, #7b4b8b);
}

Pink Shades color palette created on .