Descent into Shadows Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Descent into Shadows palette
Descent into Shadows color palette CSS
/* CSS */
.color-1 {
color: #bf4d31;
}
.color-2 {
color: #40403f;
}
.color-3 {
color: #242323;
}
.color-4 {
color: #212121;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #bf4d31;
--color-2: #40403f;
--color-3: #242323;
--color-4: #212121;
--color-5: #000000;
}
Descent into Shadows background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bf4d31, #40403f, #242323, #212121, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bf4d31, #40403f, #242323, #212121, #000000);
}
Similar color palettes
Descent into Shadows color palette created on .