Blushing Ember Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Ember palette

Share this palette to:

Blushing Ember color palette CSS

/* CSS */
.color-1 {
color: #f1464f;
}
.color-2 {
color: #f17484;
}
.color-3 {
color: #f1a2b3;
}
.color-4 {
color: #f1b1c0;
}
.color-5 {
color: #f1889c;
}

/* CSS Variables */
:root {
--color-1: #f1464f;
--color-2: #f17484;
--color-3: #f1a2b3;
--color-4: #f1b1c0;
--color-5: #f1889c;
}

Blushing Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1464f, #f17484, #f1a2b3, #f1b1c0, #f1889c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1464f, #f17484, #f1a2b3, #f1b1c0, #f1889c);
}

Blushing Ember color palette created on .