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: #ff99aa;
}
.color-2 {
color: #ffb3c1;
}
.color-3 {
color: #ffccdf;
}
.color-4 {
color: #ffe3e0;
}
.color-5 {
color: #fff8e0;
}

/* CSS Variables */
:root {
--color-1: #ff99aa;
--color-2: #ffb3c1;
--color-3: #ffccdf;
--color-4: #ffe3e0;
--color-5: #fff8e0;
}

Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff99aa, #ffb3c1, #ffccdf, #ffe3e0, #fff8e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff99aa, #ffb3c1, #ffccdf, #ffe3e0, #fff8e0);
}

Pink Shades color palette created on .