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