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: #f5c7d8;
}
.color-2 {
color: #f2a1c0;
}
.color-3 {
color: #e77f7e;
}
.color-4 {
color: #d64c6d;
}
.color-5 {
color: #b33266;
}

/* CSS Variables */
:root {
--color-1: #f5c7d8;
--color-2: #f2a1c0;
--color-3: #e77f7e;
--color-4: #d64c6d;
--color-5: #b33266;
}

Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c7d8, #f2a1c0, #e77f7e, #d64c6d, #b33266);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c7d8, #f2a1c0, #e77f7e, #d64c6d, #b33266);
}

Pink Shades color palette created on .