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