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: #f1c6c0;
}
.color-2 {
color: #e9bab4;
}
.color-3 {
color: #d69ea3;
}
.color-4 {
color: #c88d9c;
}
.color-5 {
color: #b67c92;
}
/* CSS Variables */
:root {
--color-1: #f1c6c0;
--color-2: #e9bab4;
--color-3: #d69ea3;
--color-4: #c88d9c;
--color-5: #b67c92;
}
Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c6c0, #e9bab4, #d69ea3, #c88d9c, #b67c92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c6c0, #e9bab4, #d69ea3, #c88d9c, #b67c92);
}
Similar color palettes
Shades of Pink color palette created on .