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: #f1a7b8;
}
.color-2 {
color: #ebae75;
}
.color-3 {
color: #e3c268;
}
.color-4 {
color: #a1d3a6;
}
.color-5 {
color: #8ab5e0;
}

/* CSS Variables */
:root {
--color-1: #f1a7b8;
--color-2: #ebae75;
--color-3: #e3c268;
--color-4: #a1d3a6;
--color-5: #8ab5e0;
}

Shades of Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b8, #ebae75, #e3c268, #a1d3a6, #8ab5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b8, #ebae75, #e3c268, #a1d3a6, #8ab5e0);
}

Shades of Pink color palette created on .