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: #f9a76c;
}
.color-2 {
color: #f7c5a1;
}
.color-3 {
color: #e9b4d3;
}
.color-4 {
color: #b9e4e0;
}
.color-5 {
color: #6fb8a2;
}
/* CSS Variables */
:root {
--color-1: #f9a76c;
--color-2: #f7c5a1;
--color-3: #e9b4d3;
--color-4: #b9e4e0;
--color-5: #6fb8a2;
}
Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a76c, #f7c5a1, #e9b4d3, #b9e4e0, #6fb8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a76c, #f7c5a1, #e9b4d3, #b9e4e0, #6fb8a2);
}
Similar color palettes
Scroll down to explore 70+ Soft color palettes
Shades of Pink color palette created on .