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