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