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