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: #f2c8b5;
}
.color-2 {
color: #df9f9f;
}
.color-3 {
color: #d58b8b;
}
.color-4 {
color: #c67b7b;
}
.color-5 {
color: #b46a6a;
}
/* CSS Variables */
:root {
--color-1: #f2c8b5;
--color-2: #df9f9f;
--color-3: #d58b8b;
--color-4: #c67b7b;
--color-5: #b46a6a;
}
Soft Blush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c8b5, #df9f9f, #d58b8b, #c67b7b, #b46a6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c8b5, #df9f9f, #d58b8b, #c67b7b, #b46a6a);
}
Similar color palettes
Soft Blush color palette created on .