Deep Red Emo Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Deep Red Emo palette
Deep Red Emo color palette PNG image
Deep Red Emo color palette CSS
/* CSS */
.color-1 {
color: #080816;
}
.color-2 {
color: #151542;
}
.color-3 {
color: #232353;
}
.color-4 {
color: #30306e;
}
.color-5 {
color: #881616;
}
/* CSS Variables */
:root {
--color-1: #080816;
--color-2: #151542;
--color-3: #232353;
--color-4: #30306e;
--color-5: #881616;
}
Deep Red Emo background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #080816, #151542, #232353, #30306e, #881616);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #080816, #151542, #232353, #30306e, #881616);
}
Similar color palettes
Deep Red Emo color palette created on .