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: #f4e4d7;
}
.color-2 {
color: #f4c1ae;
}
.color-3 {
color: #f09a8e;
}
.color-4 {
color: #e67a7a;
}
.color-5 {
color: #c85b7d;
}
/* CSS Variables */
:root {
--color-1: #f4e4d7;
--color-2: #f4c1ae;
--color-3: #f09a8e;
--color-4: #e67a7a;
--color-5: #c85b7d;
}
Soft Blush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e4d7, #f4c1ae, #f09a8e, #e67a7a, #c85b7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e4d7, #f4c1ae, #f09a8e, #e67a7a, #c85b7d);
}
Similar color palettes
Scroll down to explore 2 White color palettes
Soft Blush color palette created on .