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: #f1a8a2;
}
.color-2 {
color: #f6c0b6;
}
.color-3 {
color: #f8e9a0;
}
.color-4 {
color: #a0d6e4;
}
.color-5 {
color: #a1c6d4;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f6c0b6;
--color-3: #f8e9a0;
--color-4: #a0d6e4;
--color-5: #a1c6d4;
}

Shades of Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f6c0b6, #f8e9a0, #a0d6e4, #a1c6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f6c0b6, #f8e9a0, #a0d6e4, #a1c6d4);
}

Shades of Pink color palette created on .