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