Paleta de colores Danger Red
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Danger Red palette
CSS de la paleta de colores Danger Red
/* CSS */
.color-1 {
color: #d33131;
}
.color-2 {
color: #e74d3c;
}
.color-3 {
color: #f44034;
}
.color-4 {
color: #ef5552;
}
.color-5 {
color: #ffcccc;
}
/* CSS Variables */
:root {
--color-1: #d33131;
--color-2: #e74d3c;
--color-3: #f44034;
--color-4: #ef5552;
--color-5: #ffcccc;
}
CSS del degradado de fondo Danger Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d33131, #e74d3c, #f44034, #ef5552, #ffcccc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d33131, #e74d3c, #f44034, #ef5552, #ffcccc);
}
Paletas de colores similares
Danger Red color palette created on .