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: #f6a7c1;
}
.color-2 {
color: #f4cf3e;
}
.color-3 {
color: #5bb9a1;
}
.color-4 {
color: #3d7b9e;
}
.color-5 {
color: #2b3d50;
}

/* CSS Variables */
:root {
--color-1: #f6a7c1;
--color-2: #f4cf3e;
--color-3: #5bb9a1;
--color-4: #3d7b9e;
--color-5: #2b3d50;
}

Shades of Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7c1, #f4cf3e, #5bb9a1, #3d7b9e, #2b3d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7c1, #f4cf3e, #5bb9a1, #3d7b9e, #2b3d50);
}

Shades of Pink color palette created on .