Paleta de colores Crimson Shadows

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Crimson Shadows palette

Compartir esta paleta en:

Descargar la paleta de colores Crimson Shadows (PNG)

Download crimson shadows color palette PNG image (landscape)
Download crimson shadows color palette PNG image (square)

CSS de la paleta de colores Crimson Shadows

/* CSS */
.color-1 {
color: #110909;
}
.color-2 {
color: #5d090f;
}
.color-3 {
color: #811b09;
}
.color-4 {
color: #832a0c;
}
.color-5 {
color: #88353a;
}

/* CSS Variables */
:root {
--color-1: #110909;
--color-2: #5d090f;
--color-3: #811b09;
--color-4: #832a0c;
--color-5: #88353a;
}

CSS del degradado de fondo Crimson Shadows

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #110909, #5d090f, #811b09, #832a0c, #88353a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #110909, #5d090f, #811b09, #832a0c, #88353a);
}

Crimson Shadows color palette created on .