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: #f8a5b1;
}
.color-2 {
color: #eab3a9;
}
.color-3 {
color: #f2c65f;
}
.color-4 {
color: #d07b4e;
}
.color-5 {
color: #6c4f3d;
}

/* CSS Variables */
:root {
--color-1: #f8a5b1;
--color-2: #eab3a9;
--color-3: #f2c65f;
--color-4: #d07b4e;
--color-5: #6c4f3d;
}

Shades of Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8a5b1, #eab3a9, #f2c65f, #d07b4e, #6c4f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8a5b1, #eab3a9, #f2c65f, #d07b4e, #6c4f3d);
}

Shades of Pink color palette created on .