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: #f2f2f2;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #8c8c8c;
}
.color-4 {
color: #3d3d3d;
}
.color-5 {
color: #9b1c2b;
}

/* CSS Variables */
:root {
--color-1: #f2f2f2;
--color-2: #ffffff;
--color-3: #8c8c8c;
--color-4: #3d3d3d;
--color-5: #9b1c2b;
}

CSS del degradado de fondo Crimson Shadows

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2f2f2, #ffffff, #8c8c8c, #3d3d3d, #9b1c2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2f2f2, #ffffff, #8c8c8c, #3d3d3d, #9b1c2b);
}

Crimson Shadows color palette created on .