Paleta de colores Crimson Depths

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Crimson Depths palette

Compartir esta paleta en:

CSS de la paleta de colores Crimson Depths

/* CSS */
.color-1 {
color: #be1924;
}
.color-2 {
color: #99141d;
}
.color-3 {
color: #710f15;
}
.color-4 {
color: #480a0e;
}
.color-5 {
color: #200404;
}

/* CSS Variables */
:root {
--color-1: #be1924;
--color-2: #99141d;
--color-3: #710f15;
--color-4: #480a0e;
--color-5: #200404;
}

CSS del degradado de fondo Crimson Depths

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #be1924, #99141d, #710f15, #480a0e, #200404);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #be1924, #99141d, #710f15, #480a0e, #200404);
}

Crimson Depths color palette created on .