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: #f5c99e;
}
.color-2 {
color: #f7b5a1;
}
.color-3 {
color: #e9a5b1;
}
.color-4 {
color: #d68a9d;
}
.color-5 {
color: #b25c84;
}

/* CSS Variables */
:root {
--color-1: #f5c99e;
--color-2: #f7b5a1;
--color-3: #e9a5b1;
--color-4: #d68a9d;
--color-5: #b25c84;
}

Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c99e, #f7b5a1, #e9a5b1, #d68a9d, #b25c84);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c99e, #f7b5a1, #e9a5b1, #d68a9d, #b25c84);
}

Pink Shades color palette created on .