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: #82c4b6;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f9e87b;
}
.color-4 {
color: #e8b0d7;
}
.color-5 {
color: #f75060;
}

/* CSS Variables */
:root {
--color-1: #82c4b6;
--color-2: #f1a8a2;
--color-3: #f9e87b;
--color-4: #e8b0d7;
--color-5: #f75060;
}

Shades of Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #82c4b6, #f1a8a2, #f9e87b, #e8b0d7, #f75060);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #82c4b6, #f1a8a2, #f9e87b, #e8b0d7, #f75060);
}

Shades of Pink color palette created on .