Blushing Ember Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Ember palette
Blushing Ember color palette CSS
/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ff707e;
}
.color-3 {
color: #ff4d5b;
}
.color-4 {
color: #ff3d40;
}
.color-5 {
color: #c22e2e;
}
/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff707e;
--color-3: #ff4d5b;
--color-4: #ff3d40;
--color-5: #c22e2e;
}
Blushing Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff707e, #ff4d5b, #ff3d40, #c22e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff707e, #ff4d5b, #ff3d40, #c22e2e);
}
Similar color palettes
Blushing Ember color palette created on .