Dangerous God Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dangerous God palette

Share this palette to:

Dangerous God color palette CSS

/* CSS */
.color-1 {
color: #b51c1c;
}
.color-2 {
color: #d33131;
}
.color-3 {
color: #f57a00;
}
.color-4 {
color: #fbc02d;
}
.color-5 {
color: #398e3d;
}

/* CSS Variables */
:root {
--color-1: #b51c1c;
--color-2: #d33131;
--color-3: #f57a00;
--color-4: #fbc02d;
--color-5: #398e3d;
}

Dangerous God background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b51c1c, #d33131, #f57a00, #fbc02d, #398e3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b51c1c, #d33131, #f57a00, #fbc02d, #398e3d);
}

Dangerous God color palette created on .