Warm Ember Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Ember palette
Warm Ember color palette PNG image
Warm Ember color palette CSS
/* CSS */
.color-1 {
color: #660000;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #a62b2b;
}
.color-5 {
color: #d86e4b;
}
/* CSS Variables */
:root {
--color-1: #660000;
--color-2: #ffb84d;
--color-3: #ffffff;
--color-4: #a62b2b;
--color-5: #d86e4b;
}
Warm Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #660000, #ffb84d, #ffffff, #a62b2b, #d86e4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #660000, #ffb84d, #ffffff, #a62b2b, #d86e4b);
}
Similar color palettes
Warm Ember color palette created on .