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: #f6c1a2;
}
.color-2 {
color: #f9aa90;
}
.color-3 {
color: #f27f7d;
}
.color-4 {
color: #e24b58;
}
.color-5 {
color: #c94f4f;
}

/* CSS Variables */
:root {
--color-1: #f6c1a2;
--color-2: #f9aa90;
--color-3: #f27f7d;
--color-4: #e24b58;
--color-5: #c94f4f;
}

Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c1a2, #f9aa90, #f27f7d, #e24b58, #c94f4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c1a2, #f9aa90, #f27f7d, #e24b58, #c94f4f);
}

Pink Shades color palette created on .