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