Embers of Siris Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Embers of Siris palette
Embers of Siris color palette CSS
/* CSS */
.color-1 {
color: #bd6800;
}
.color-2 {
color: #b34a00;
}
.color-3 {
color: #b32400;
}
.color-4 {
color: #b30f00;
}
.color-5 {
color: #a30029;
}
/* CSS Variables */
:root {
--color-1: #bd6800;
--color-2: #b34a00;
--color-3: #b32400;
--color-4: #b30f00;
--color-5: #a30029;
}
Embers of Siris background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bd6800, #b34a00, #b32400, #b30f00, #a30029);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bd6800, #b34a00, #b32400, #b30f00, #a30029);
}
Similar color palettes
Embers of Siris color palette created on .