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