Alador Blight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Alador Blight palette
Alador Blight color palette CSS
/* CSS */
.color-1 {
color: #4f4043;
}
.color-2 {
color: #715c5b;
}
.color-3 {
color: #978285;
}
.color-4 {
color: #c2a851;
}
.color-5 {
color: #d85a41;
}
/* CSS Variables */
:root {
--color-1: #4f4043;
--color-2: #715c5b;
--color-3: #978285;
--color-4: #c2a851;
--color-5: #d85a41;
}
Alador Blight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f4043, #715c5b, #978285, #c2a851, #d85a41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f4043, #715c5b, #978285, #c2a851, #d85a41);
}
Similar color palettes
Scroll down to explore 2 Burgundy color palettes
Alador Blight color palette created on .