Shades of Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Pink palette

Share this palette to:

Shades of Pink color palette CSS

/* CSS */
.color-1 {
color: #f3b4c2;
}
.color-2 {
color: #f7d7a6;
}
.color-3 {
color: #f0e69e;
}
.color-4 {
color: #b3d5d0;
}
.color-5 {
color: #8bdad1;
}

/* CSS Variables */
:root {
--color-1: #f3b4c2;
--color-2: #f7d7a6;
--color-3: #f0e69e;
--color-4: #b3d5d0;
--color-5: #8bdad1;
}

Shades of Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b4c2, #f7d7a6, #f0e69e, #b3d5d0, #8bdad1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b4c2, #f7d7a6, #f0e69e, #b3d5d0, #8bdad1);
}

Shades of Pink color palette created on .