Paleta de colores Crimson Asphalt Sparks
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Crimson Asphalt Sparks palette
Descargar la paleta de colores Crimson Asphalt Sparks (PNG)
CSS de la paleta de colores Crimson Asphalt Sparks
/* CSS */
.color-1 {
color: #b42222;
}
.color-2 {
color: #a62b2b;
}
.color-3 {
color: #808080;
}
.color-4 {
color: #d4d4d4;
}
.color-5 {
color: #ff4400;
}
/* CSS Variables */
:root {
--color-1: #b42222;
--color-2: #a62b2b;
--color-3: #808080;
--color-4: #d4d4d4;
--color-5: #ff4400;
}
CSS del degradado de fondo Crimson Asphalt Sparks
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b42222, #a62b2b, #808080, #d4d4d4, #ff4400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b42222, #a62b2b, #808080, #d4d4d4, #ff4400);
}
Crimson Asphalt Sparks color palette created on .