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: #f1d2d0;
}
.color-2 {
color: #f4c8c8;
}
.color-3 {
color: #f8b4b9;
}
.color-4 {
color: #f8a39b;
}
.color-5 {
color: #f57a82;
}

/* CSS Variables */
:root {
--color-1: #f1d2d0;
--color-2: #f4c8c8;
--color-3: #f8b4b9;
--color-4: #f8a39b;
--color-5: #f57a82;
}

Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1d2d0, #f4c8c8, #f8b4b9, #f8a39b, #f57a82);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1d2d0, #f4c8c8, #f8b4b9, #f8a39b, #f57a82);
}

Pink Shades color palette created on .