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