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: #f2d7d4;
}
.color-2 {
color: #eab8c9;
}
.color-3 {
color: #dfa4b6;
}
.color-4 {
color: #d78eab;
}
.color-5 {
color: #d06d8a;
}

/* CSS Variables */
:root {
--color-1: #f2d7d4;
--color-2: #eab8c9;
--color-3: #dfa4b6;
--color-4: #d78eab;
--color-5: #d06d8a;
}

Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d7d4, #eab8c9, #dfa4b6, #d78eab, #d06d8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d7d4, #eab8c9, #dfa4b6, #d78eab, #d06d8a);
}

Pink Shades color palette created on .