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: #f7c6a1;
}
.color-2 {
color: #d9a082;
}
.color-3 {
color: #b77d6c;
}
.color-4 {
color: #805b5e;
}
.color-5 {
color: #5c3d4e;
}

/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #d9a082;
--color-3: #b77d6c;
--color-4: #805b5e;
--color-5: #5c3d4e;
}

Shades of Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #d9a082, #b77d6c, #805b5e, #5c3d4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #d9a082, #b77d6c, #805b5e, #5c3d4e);
}

Shades of Pink color palette created on .