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: #eab8c8;
}
.color-2 {
color: #d5a4b6;
}
.color-3 {
color: #ab929c;
}
.color-4 {
color: #a76c92;
}
.color-5 {
color: #8c4f78;
}

/* CSS Variables */
:root {
--color-1: #eab8c8;
--color-2: #d5a4b6;
--color-3: #ab929c;
--color-4: #a76c92;
--color-5: #8c4f78;
}

Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8c8, #d5a4b6, #ab929c, #a76c92, #8c4f78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8c8, #d5a4b6, #ab929c, #a76c92, #8c4f78);
}

Similar color palettes

Pink Shades color palette created on .