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: #ffb3cb;
}
.color-2 {
color: #ff99aa;
}
.color-3 {
color: #ff758c;
}
.color-4 {
color: #ff4d6d;
}
.color-5 {
color: #ff294d;
}

/* CSS Variables */
:root {
--color-1: #ffb3cb;
--color-2: #ff99aa;
--color-3: #ff758c;
--color-4: #ff4d6d;
--color-5: #ff294d;
}

Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3cb, #ff99aa, #ff758c, #ff4d6d, #ff294d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3cb, #ff99aa, #ff758c, #ff4d6d, #ff294d);
}

Pink Shades color palette created on .