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: #f1c6d9;
}
.color-2 {
color: #f5a8ba;
}
.color-3 {
color: #f68e98;
}
.color-4 {
color: #f2697b;
}
.color-5 {
color: #ed4a6b;
}

/* CSS Variables */
:root {
--color-1: #f1c6d9;
--color-2: #f5a8ba;
--color-3: #f68e98;
--color-4: #f2697b;
--color-5: #ed4a6b;
}

Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c6d9, #f5a8ba, #f68e98, #f2697b, #ed4a6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c6d9, #f5a8ba, #f68e98, #f2697b, #ed4a6b);
}

Pink Shades color palette created on .