Shades of Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Pink palette
Shades of Pink color palette CSS
/* CSS */
.color-1 {
color: #e5b8c1;
}
.color-2 {
color: #d5aaac;
}
.color-3 {
color: #c6909f;
}
.color-4 {
color: #b57d8f;
}
.color-5 {
color: #9e6b7f;
}
/* CSS Variables */
:root {
--color-1: #e5b8c1;
--color-2: #d5aaac;
--color-3: #c6909f;
--color-4: #b57d8f;
--color-5: #9e6b7f;
}
Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5b8c1, #d5aaac, #c6909f, #b57d8f, #9e6b7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5b8c1, #d5aaac, #c6909f, #b57d8f, #9e6b7f);
}
Similar color palettes
Shades of Pink color palette created on .