Paleta de colores Crimson Earthtones

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Crimson Earthtones palette

Compartir esta paleta en:

CSS de la paleta de colores Crimson Earthtones

/* CSS */
.color-1 {
color: #7d1c1c;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #c39969;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #2e2e2e;
}

/* CSS Variables */
:root {
--color-1: #7d1c1c;
--color-2: #a85f2e;
--color-3: #c39969;
--color-4: #f4cf3e;
--color-5: #2e2e2e;
}

CSS del degradado de fondo Crimson Earthtones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d1c1c, #a85f2e, #c39969, #f4cf3e, #2e2e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d1c1c, #a85f2e, #c39969, #f4cf3e, #2e2e2e);
}

Crimson Earthtones color palette created on .