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