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