Paleta de colores Crimson Shadows

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Crimson Shadows palette

Compartir esta paleta en:

CSS de la paleta de colores Crimson Shadows

/* CSS */
.color-1 {
color: #3d0a0a;
}
.color-2 {
color: #6f1b1b;
}
.color-3 {
color: #a02c2c;
}
.color-4 {
color: #c62f2f;
}
.color-5 {
color: #e84a4a;
}

/* CSS Variables */
:root {
--color-1: #3d0a0a;
--color-2: #6f1b1b;
--color-3: #a02c2c;
--color-4: #c62f2f;
--color-5: #e84a4a;
}

CSS del degradado de fondo Crimson Shadows

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d0a0a, #6f1b1b, #a02c2c, #c62f2f, #e84a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d0a0a, #6f1b1b, #a02c2c, #c62f2f, #e84a4a);
}

Crimson Shadows color palette created on .