Embers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Embers palette
Download Embers Color Palette (PNG)
Embers color palette CSS
/* CSS */
.color-1 {
color: #ff5d38;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffec80;
}
.color-4 {
color: #f7eaa6;
}
.color-5 {
color: #f2a1c8;
}
/* CSS Variables */
:root {
--color-1: #ff5d38;
--color-2: #ffb84d;
--color-3: #ffec80;
--color-4: #f7eaa6;
--color-5: #f2a1c8;
}
Embers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5d38, #ffb84d, #ffec80, #f7eaa6, #f2a1c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5d38, #ffb84d, #ffec80, #f7eaa6, #f2a1c8);
}
Similar color palettes
Embers color palette created on .