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: #543132;
}
.color-2 {
color: #90514c;
}
.color-3 {
color: #ca8168;
}
.color-4 {
color: #c7875c;
}
.color-5 {
color: #c37a55;
}

/* CSS Variables */
:root {
--color-1: #543132;
--color-2: #90514c;
--color-3: #ca8168;
--color-4: #c7875c;
--color-5: #c37a55;
}

Shades of Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #543132, #90514c, #ca8168, #c7875c, #c37a55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #543132, #90514c, #ca8168, #c7875c, #c37a55);
}

Similar color palettes

Scroll down to explore 1 Dark Brown color palette

Shades of Pink color palette created on .