Dangerous Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dangerous Red palette

Share this palette to:

Dangerous Red color palette CSS

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #ff9900;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #4cff00;
}
.color-5 {
color: #00ff8c;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ff9900;
--color-3: #ffcc00;
--color-4: #4cff00;
--color-5: #00ff8c;
}

Dangerous Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ff9900, #ffcc00, #4cff00, #00ff8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ff9900, #ffcc00, #4cff00, #00ff8c);
}

Dangerous Red color palette created on .