Blush Pink Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blush Pink Shades palette
Blush Pink Shades color palette CSS
/* CSS */
.color-1 {
color: #f5c2c2;
}
.color-2 {
color: #f8b4c1;
}
.color-3 {
color: #f7a1b5;
}
.color-4 {
color: #f78d9d;
}
.color-5 {
color: #f27885;
}
/* CSS Variables */
:root {
--color-1: #f5c2c2;
--color-2: #f8b4c1;
--color-3: #f7a1b5;
--color-4: #f78d9d;
--color-5: #f27885;
}
Blush Pink Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c2c2, #f8b4c1, #f7a1b5, #f78d9d, #f27885);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c2c2, #f8b4c1, #f7a1b5, #f78d9d, #f27885);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blush Pink Shades color palette created on .