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: #832221;
}
.color-2 {
color: #a14a4a;
}
.color-3 {
color: #c47878;
}
.color-4 {
color: #e5a4a4;
}
.color-5 {
color: #f8d3d3;
}

/* CSS Variables */
:root {
--color-1: #832221;
--color-2: #a14a4a;
--color-3: #c47878;
--color-4: #e5a4a4;
--color-5: #f8d3d3;
}

Blushing Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #832221, #a14a4a, #c47878, #e5a4a4, #f8d3d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #832221, #a14a4a, #c47878, #e5a4a4, #f8d3d3);
}

Blushing Ember color palette created on .