Shades of Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Pink palette

Share this palette to:

Shades of Pink color palette CSS

/* CSS */
.color-1 {
color: #f2c2b1;
}
.color-2 {
color: #f6b6d3;
}
.color-3 {
color: #f8a5c9;
}
.color-4 {
color: #f29cbb;
}
.color-5 {
color: #e77e9d;
}

/* CSS Variables */
:root {
--color-1: #f2c2b1;
--color-2: #f6b6d3;
--color-3: #f8a5c9;
--color-4: #f29cbb;
--color-5: #e77e9d;
}

Shades of Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c2b1, #f6b6d3, #f8a5c9, #f29cbb, #e77e9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c2b1, #f6b6d3, #f8a5c9, #f29cbb, #e77e9d);
}

Shades of Pink color palette created on .