Soft Blush Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Blush palette
Soft Blush color palette PNG image
Soft Blush color palette CSS
/* CSS */
.color-1 {
color: #f5c2c2;
}
.color-2 {
color: #f3b6a0;
}
.color-3 {
color: #f19f79;
}
.color-4 {
color: #f08e51;
}
.color-5 {
color: #de6c3b;
}
/* CSS Variables */
:root {
--color-1: #f5c2c2;
--color-2: #f3b6a0;
--color-3: #f19f79;
--color-4: #f08e51;
--color-5: #de6c3b;
}
Soft Blush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c2c2, #f3b6a0, #f19f79, #f08e51, #de6c3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c2c2, #f3b6a0, #f19f79, #f08e51, #de6c3b);
}
Similar color palettes
Scroll down to explore 10+ Skin color palettes
Soft Blush color palette created on .