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: #ff709b;
}
.color-2 {
color: #ffb3d9;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #f2a1c4;
}
.color-5 {
color: #ff3d8e;
}

/* CSS Variables */
:root {
--color-1: #ff709b;
--color-2: #ffb3d9;
--color-3: #ffffff;
--color-4: #f2a1c4;
--color-5: #ff3d8e;
}

Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff709b, #ffb3d9, #ffffff, #f2a1c4, #ff3d8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff709b, #ffb3d9, #ffffff, #f2a1c4, #ff3d8e);
}

Similar color palettes

Pink Shades color palette created on .