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