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: #f1d8b6;
}
.color-2 {
color: #f7a5a1;
}
.color-3 {
color: #f76988;
}
.color-4 {
color: #c06d86;
}
.color-5 {
color: #6a4c94;
}

/* CSS Variables */
:root {
--color-1: #f1d8b6;
--color-2: #f7a5a1;
--color-3: #f76988;
--color-4: #c06d86;
--color-5: #6a4c94;
}

Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1d8b6, #f7a5a1, #f76988, #c06d86, #6a4c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1d8b6, #f7a5a1, #f76988, #c06d86, #6a4c94);
}

Pink Shades color palette created on .