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: #ffc2cf;
}
.color-2 {
color: #ffb3c8;
}
.color-3 {
color: #ff99b8;
}
.color-4 {
color: #ff808a;
}
.color-5 {
color: #ff5c69;
}

/* CSS Variables */
:root {
--color-1: #ffc2cf;
--color-2: #ffb3c8;
--color-3: #ff99b8;
--color-4: #ff808a;
--color-5: #ff5c69;
}

Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2cf, #ffb3c8, #ff99b8, #ff808a, #ff5c69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2cf, #ffb3c8, #ff99b8, #ff808a, #ff5c69);
}

Pink Shades color palette created on .