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: #eec1be;
}
.color-2 {
color: #f7d4d8;
}
.color-3 {
color: #f0a3b1;
}
.color-4 {
color: #d36f8d;
}
.color-5 {
color: #a54a66;
}
/* CSS Variables */
:root {
--color-1: #eec1be;
--color-2: #f7d4d8;
--color-3: #f0a3b1;
--color-4: #d36f8d;
--color-5: #a54a66;
}
Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eec1be, #f7d4d8, #f0a3b1, #d36f8d, #a54a66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eec1be, #f7d4d8, #f0a3b1, #d36f8d, #a54a66);
}
Similar color palettes
Shades of Pink color palette created on .