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: #f7b1a1;
}
.color-2 {
color: #fbae6f;
}
.color-3 {
color: #f7d92b;
}
.color-4 {
color: #5cc0eb;
}
.color-5 {
color: #2e8a56;
}

/* CSS Variables */
:root {
--color-1: #f7b1a1;
--color-2: #fbae6f;
--color-3: #f7d92b;
--color-4: #5cc0eb;
--color-5: #2e8a56;
}

Shades of Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1a1, #fbae6f, #f7d92b, #5cc0eb, #2e8a56);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1a1, #fbae6f, #f7d92b, #5cc0eb, #2e8a56);
}

Shades of Pink color palette created on .