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: #f8e7e2;
}
.color-2 {
color: #f3bfbf;
}
.color-3 {
color: #f79c9c;
}
.color-4 {
color: #f16f6f;
}
.color-5 {
color: #e64c4c;
}

/* CSS Variables */
:root {
--color-1: #f8e7e2;
--color-2: #f3bfbf;
--color-3: #f79c9c;
--color-4: #f16f6f;
--color-5: #e64c4c;
}

Shades of Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e7e2, #f3bfbf, #f79c9c, #f16f6f, #e64c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e7e2, #f3bfbf, #f79c9c, #f16f6f, #e64c4c);
}

Shades of Pink color palette created on .