Paleta de colores Crimson Shadowscape
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Crimson Shadowscape palette
CSS de la paleta de colores Crimson Shadowscape
/* CSS */
.color-1 {
color: #df2f26;
}
.color-2 {
color: #b01c23;
}
.color-3 {
color: #64161b;
}
.color-4 {
color: #371012;
}
.color-5 {
color: #180606;
}
/* CSS Variables */
:root {
--color-1: #df2f26;
--color-2: #b01c23;
--color-3: #64161b;
--color-4: #371012;
--color-5: #180606;
}
CSS del degradado de fondo Crimson Shadowscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #df2f26, #b01c23, #64161b, #371012, #180606);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #df2f26, #b01c23, #64161b, #371012, #180606);
}
Paletas de colores similares
Crimson Shadowscape color palette created on .