Shades of Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Pink palette
Shades of Pink color palette PNG image
Shades of Pink color palette CSS
/* CSS */
.color-1 {
color: #4c2d53;
}
.color-2 {
color: #8b5b88;
}
.color-3 {
color: #d5a4b7;
}
.color-4 {
color: #f7cad7;
}
.color-5 {
color: #f9e1e6;
}
/* CSS Variables */
:root {
--color-1: #4c2d53;
--color-2: #8b5b88;
--color-3: #d5a4b7;
--color-4: #f7cad7;
--color-5: #f9e1e6;
}
Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c2d53, #8b5b88, #d5a4b7, #f7cad7, #f9e1e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c2d53, #8b5b88, #d5a4b7, #f7cad7, #f9e1e6);
}
Similar color palettes
Shades of Pink color palette created on .