Blushing Acceleration Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Acceleration palette

Share this palette to:

Blushing Acceleration color palette CSS

/* CSS */
.color-1 {
color: #f45d7b;
}
.color-2 {
color: #f19dbc;
}
.color-3 {
color: #f1c6d8;
}
.color-4 {
color: #f5e5e6;
}
.color-5 {
color: #f8f1f1;
}

/* CSS Variables */
:root {
--color-1: #f45d7b;
--color-2: #f19dbc;
--color-3: #f1c6d8;
--color-4: #f5e5e6;
--color-5: #f8f1f1;
}

Blushing Acceleration background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f45d7b, #f19dbc, #f1c6d8, #f5e5e6, #f8f1f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f45d7b, #f19dbc, #f1c6d8, #f5e5e6, #f8f1f1);
}

Blushing Acceleration color palette created on .