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: #f7c5a1;
}
.color-2 {
color: #f5a59e;
}
.color-3 {
color: #f27d8f;
}
.color-4 {
color: #e25a81;
}
.color-5 {
color: #d25171;
}

/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #f5a59e;
--color-3: #f27d8f;
--color-4: #e25a81;
--color-5: #d25171;
}

Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #f5a59e, #f27d8f, #e25a81, #d25171);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #f5a59e, #f27d8f, #e25a81, #d25171);
}

Pink Shades color palette created on .