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: #f7cbca;
}
.color-2 {
color: #a7cae2;
}
.color-3 {
color: #97abd3;
}
.color-4 {
color: #f59ea7;
}
.color-5 {
color: #f38c96;
}

/* CSS Variables */
:root {
--color-1: #f7cbca;
--color-2: #a7cae2;
--color-3: #97abd3;
--color-4: #f59ea7;
--color-5: #f38c96;
}

Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7cbca, #a7cae2, #97abd3, #f59ea7, #f38c96);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7cbca, #a7cae2, #97abd3, #f59ea7, #f38c96);
}

Similar color palettes

Pink Shades color palette created on .