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: #f8e2a5;
}
.color-2 {
color: #f0a099;
}
.color-3 {
color: #d57b98;
}
.color-4 {
color: #b45fa2;
}
.color-5 {
color: #7b4c9a;
}

/* CSS Variables */
:root {
--color-1: #f8e2a5;
--color-2: #f0a099;
--color-3: #d57b98;
--color-4: #b45fa2;
--color-5: #7b4c9a;
}

Shades of Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e2a5, #f0a099, #d57b98, #b45fa2, #7b4c9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e2a5, #f0a099, #d57b98, #b45fa2, #7b4c9a);
}

Shades of Pink color palette created on .