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: #f8d3e2;
}
.color-2 {
color: #f3a5c7;
}
.color-3 {
color: #e66b9c;
}
.color-4 {
color: #e45e70;
}
.color-5 {
color: #c9599e;
}

/* CSS Variables */
:root {
--color-1: #f8d3e2;
--color-2: #f3a5c7;
--color-3: #e66b9c;
--color-4: #e45e70;
--color-5: #c9599e;
}

Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d3e2, #f3a5c7, #e66b9c, #e45e70, #c9599e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d3e2, #f3a5c7, #e66b9c, #e45e70, #c9599e);
}

Pink Shades color palette created on .