Crimson Shadows of Dusk Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Shadows of Dusk palette
Crimson Shadows of Dusk color palette CSS
/* CSS */
.color-1 {
color: #f2f2f2;
}
.color-2 {
color: #ec0909;
}
.color-3 {
color: #603939;
}
.color-4 {
color: #2b2b2b;
}
.color-5 {
color: #3e1614;
}
/* CSS Variables */
:root {
--color-1: #f2f2f2;
--color-2: #ec0909;
--color-3: #603939;
--color-4: #2b2b2b;
--color-5: #3e1614;
}
Crimson Shadows of Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2f2f2, #ec0909, #603939, #2b2b2b, #3e1614);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2f2f2, #ec0909, #603939, #2b2b2b, #3e1614);
}
Similar color palettes
Scroll down to explore 1 Light gray color palette
Crimson Shadows of Dusk color palette created on .