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: #f9a29f;
}
.color-2 {
color: #f8d9a0;
}
.color-3 {
color: #f0e1a3;
}
.color-4 {
color: #a6d8a6;
}
.color-5 {
color: #4ac0e8;
}

/* CSS Variables */
:root {
--color-1: #f9a29f;
--color-2: #f8d9a0;
--color-3: #f0e1a3;
--color-4: #a6d8a6;
--color-5: #4ac0e8;
}

Shades of Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a29f, #f8d9a0, #f0e1a3, #a6d8a6, #4ac0e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a29f, #f8d9a0, #f0e1a3, #a6d8a6, #4ac0e8);
}

Shades of Pink color palette created on .