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: #ed7dae;
}
.color-2 {
color: #f2a1c4;
}
.color-3 {
color: #f6c1d1;
}
.color-4 {
color: #f7e8ea;
}
.color-5 {
color: #f4d2d6;
}

/* CSS Variables */
:root {
--color-1: #ed7dae;
--color-2: #f2a1c4;
--color-3: #f6c1d1;
--color-4: #f7e8ea;
--color-5: #f4d2d6;
}

Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ed7dae, #f2a1c4, #f6c1d1, #f7e8ea, #f4d2d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ed7dae, #f2a1c4, #f6c1d1, #f7e8ea, #f4d2d6);
}

Pink Shades color palette created on .