Pink Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Shades palette

Share this palette to:

Download Pink Shades Color Palette (PNG)

Download pink shades color palette PNG image (landscape)
Download pink shades color palette PNG image (square)

Pink Shades color palette CSS

/* CSS */
.color-1 {
color: #f6c1d9;
}
.color-2 {
color: #ff99aa;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ff513d;
}
.color-5 {
color: #f05656;
}

/* CSS Variables */
:root {
--color-1: #f6c1d9;
--color-2: #ff99aa;
--color-3: #ff6e61;
--color-4: #ff513d;
--color-5: #f05656;
}

Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c1d9, #ff99aa, #ff6e61, #ff513d, #f05656);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c1d9, #ff99aa, #ff6e61, #ff513d, #f05656);
}

Pink Shades color palette created on .