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: #f5a8b8;
}
.color-2 {
color: #f7c6c5;
}
.color-3 {
color: #f3d6a5;
}
.color-4 {
color: #f8e2a0;
}
.color-5 {
color: #f9b5b4;
}

/* CSS Variables */
:root {
--color-1: #f5a8b8;
--color-2: #f7c6c5;
--color-3: #f3d6a5;
--color-4: #f8e2a0;
--color-5: #f9b5b4;
}

Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a8b8, #f7c6c5, #f3d6a5, #f8e2a0, #f9b5b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a8b8, #f7c6c5, #f3d6a5, #f8e2a0, #f9b5b4);
}

Pink Shades color palette created on .