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: #f6bfa7;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f084a1;
}
.color-4 {
color: #ec6a91;
}
.color-5 {
color: #e34a7a;
}

/* CSS Variables */
:root {
--color-1: #f6bfa7;
--color-2: #f1a8a2;
--color-3: #f084a1;
--color-4: #ec6a91;
--color-5: #e34a7a;
}

Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6bfa7, #f1a8a2, #f084a1, #ec6a91, #e34a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6bfa7, #f1a8a2, #f084a1, #ec6a91, #e34a7a);
}

Pink Shades color palette created on .