Shades of Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Pink palette
Color Inspiration
Images that showcase this color palette in real designs
Download Shades of Pink Color Palette (PNG)
Shades of Pink color palette CSS
/* CSS */
.color-1 {
color: #f5c899;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #e05c69;
}
.color-4 {
color: #d24b76;
}
.color-5 {
color: #a84d89;
}
/* CSS Variables */
:root {
--color-1: #f5c899;
--color-2: #f1a8a2;
--color-3: #e05c69;
--color-4: #d24b76;
--color-5: #a84d89;
}
Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c899, #f1a8a2, #e05c69, #d24b76, #a84d89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c899, #f1a8a2, #e05c69, #d24b76, #a84d89);
}
Similar color palettes
Shades of Pink color palette created on .