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