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: #f7c5d5;
}
.color-2 {
color: #f1a7b4;
}
.color-3 {
color: #f08f84;
}
.color-4 {
color: #e6656c;
}
.color-5 {
color: #d0434f;
}

/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f1a7b4;
--color-3: #f08f84;
--color-4: #e6656c;
--color-5: #d0434f;
}

Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f1a7b4, #f08f84, #e6656c, #d0434f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f1a7b4, #f08f84, #e6656c, #d0434f);
}

Pink Shades color palette created on .