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: #f2d58c;
}
.color-2 {
color: #f6a76f;
}
.color-3 {
color: #f57b56;
}
.color-4 {
color: #d83b7d;
}
.color-5 {
color: #a25d99;
}

/* CSS Variables */
:root {
--color-1: #f2d58c;
--color-2: #f6a76f;
--color-3: #f57b56;
--color-4: #d83b7d;
--color-5: #a25d99;
}

Shades of Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d58c, #f6a76f, #f57b56, #d83b7d, #a25d99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d58c, #f6a76f, #f57b56, #d83b7d, #a25d99);
}

Shades of Pink color palette created on .