Embers of Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Embers of Twilight palette
Download Embers of Twilight Color Palette (PNG)
Embers of Twilight color palette CSS
/* CSS */
.color-1 {
color: #302b27;
}
.color-2 {
color: #4d3e33;
}
.color-3 {
color: #7a5c4d;
}
.color-4 {
color: #b6795d;
}
.color-5 {
color: #e8b659;
}
/* CSS Variables */
:root {
--color-1: #302b27;
--color-2: #4d3e33;
--color-3: #7a5c4d;
--color-4: #b6795d;
--color-5: #e8b659;
}
Embers of Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #302b27, #4d3e33, #7a5c4d, #b6795d, #e8b659);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #302b27, #4d3e33, #7a5c4d, #b6795d, #e8b659);
}
Similar color palettes
Embers of Twilight color palette created on .