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: #f7a1a3;
}
.color-2 {
color: #f6d6bb;
}
.color-3 {
color: #b8e6b3;
}
.color-4 {
color: #a4c2db;
}
.color-5 {
color: #7d9ccf;
}

/* CSS Variables */
:root {
--color-1: #f7a1a3;
--color-2: #f6d6bb;
--color-3: #b8e6b3;
--color-4: #a4c2db;
--color-5: #7d9ccf;
}

Shades of Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1a3, #f6d6bb, #b8e6b3, #a4c2db, #7d9ccf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1a3, #f6d6bb, #b8e6b3, #a4c2db, #7d9ccf);
}

Shades of Pink color palette created on .