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: #9c1c31;
}
.color-2 {
color: #ba5e6e;
}
.color-3 {
color: #e0a3a6;
}
.color-4 {
color: #f5c3c2;
}
.color-5 {
color: #f9e1e4;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #ba5e6e;
--color-3: #e0a3a6;
--color-4: #f5c3c2;
--color-5: #f9e1e4;
}

CSS del degradado de fondo Crimson Shadows

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #ba5e6e, #e0a3a6, #f5c3c2, #f9e1e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #ba5e6e, #e0a3a6, #f5c3c2, #f9e1e4);
}

Crimson Shadows color palette created on .