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: #f3e3d3;
}
.color-2 {
color: #e8cfcf;
}
.color-3 {
color: #d7a7a2;
}
.color-4 {
color: #c78b8a;
}
.color-5 {
color: #af6d6a;
}

/* CSS Variables */
:root {
--color-1: #f3e3d3;
--color-2: #e8cfcf;
--color-3: #d7a7a2;
--color-4: #c78b8a;
--color-5: #af6d6a;
}

Shades of Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e3d3, #e8cfcf, #d7a7a2, #c78b8a, #af6d6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e3d3, #e8cfcf, #d7a7a2, #c78b8a, #af6d6a);
}

Shades of Pink color palette created on .