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: #1a1a1a;
}
.color-2 {
color: #b42222;
}
.color-3 {
color: #d33131;
}
.color-4 {
color: #ff4d4d;
}
.color-5 {
color: #ffcdcc;
}

/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #b42222;
--color-3: #d33131;
--color-4: #ff4d4d;
--color-5: #ffcdcc;
}

CSS del degradado de fondo Crimson Shadows

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #b42222, #d33131, #ff4d4d, #ffcdcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #b42222, #d33131, #ff4d4d, #ffcdcc);
}

Crimson Shadows color palette created on .