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: #f7b5a1;
}
.color-2 {
color: #f6d6a7;
}
.color-3 {
color: #f1ebc6;
}
.color-4 {
color: #e3f2e7;
}
.color-5 {
color: #b4dfe9;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f6d6a7;
--color-3: #f1ebc6;
--color-4: #e3f2e7;
--color-5: #b4dfe9;
}

Shades of Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f6d6a7, #f1ebc6, #e3f2e7, #b4dfe9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f6d6a7, #f1ebc6, #e3f2e7, #b4dfe9);
}

Shades of Pink color palette created on .