Paleta de colores Crimson Valor

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Crimson Valor palette

Compartir esta paleta en:

CSS de la paleta de colores Crimson Valor

/* CSS */
.color-1 {
color: #4d0f26;
}
.color-2 {
color: #791b47;
}
.color-3 {
color: #a93d5f;
}
.color-4 {
color: #d39f5a;
}
.color-5 {
color: #f4e1a4;
}

/* CSS Variables */
:root {
--color-1: #4d0f26;
--color-2: #791b47;
--color-3: #a93d5f;
--color-4: #d39f5a;
--color-5: #f4e1a4;
}

CSS del degradado de fondo Crimson Valor

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d0f26, #791b47, #a93d5f, #d39f5a, #f4e1a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d0f26, #791b47, #a93d5f, #d39f5a, #f4e1a4);
}

Crimson Valor color palette created on .