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: #f9d59f;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #e76e50;
}
.color-4 {
color: #d95e3f;
}
.color-5 {
color: #a45b8d;
}
/* CSS Variables */
:root {
--color-1: #f9d59f;
--color-2: #f1a8a2;
--color-3: #e76e50;
--color-4: #d95e3f;
--color-5: #a45b8d;
}
Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d59f, #f1a8a2, #e76e50, #d95e3f, #a45b8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d59f, #f1a8a2, #e76e50, #d95e3f, #a45b8d);
}
Similar color palettes
Scroll down to explore 6 Aesthetic color palettes
Shades of Pink color palette created on .