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