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: #f7cabb;
}
.color-2 {
color: #f9a76c;
}
.color-3 {
color: #f4cf3e;
}
.color-4 {
color: #d3e156;
}
.color-5 {
color: #a1dff7;
}

/* CSS Variables */
:root {
--color-1: #f7cabb;
--color-2: #f9a76c;
--color-3: #f4cf3e;
--color-4: #d3e156;
--color-5: #a1dff7;
}

Shades of Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7cabb, #f9a76c, #f4cf3e, #d3e156, #a1dff7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7cabb, #f9a76c, #f4cf3e, #d3e156, #a1dff7);
}

Similar color palettes

Scroll down to explore 5 Aesthetic color palettes

Shades of Pink color palette created on .