Paleta de colores Apocalyptic Red
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Apocalyptic Red palette
CSS de la paleta de colores Apocalyptic Red
/* CSS */
.color-1 {
color: #b54a4e;
}
.color-2 {
color: #f4a462;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #91be6f;
}
.color-5 {
color: #277ca0;
}
/* CSS Variables */
:root {
--color-1: #b54a4e;
--color-2: #f4a462;
--color-3: #f9c54e;
--color-4: #91be6f;
--color-5: #277ca0;
}
CSS del degradado de fondo Apocalyptic Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b54a4e, #f4a462, #f9c54e, #91be6f, #277ca0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b54a4e, #f4a462, #f9c54e, #91be6f, #277ca0);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Rojo
Apocalyptic Red color palette created on .