Paleta de colores Dark Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dark Red palette

Compartir esta paleta en:

CSS de la paleta de colores Dark Red

/* CSS */
.color-1 {
color: #381e29;
}
.color-2 {
color: #592c39;
}
.color-3 {
color: #7a4852;
}
.color-4 {
color: #b97e91;
}
.color-5 {
color: #e3a1a5;
}

/* CSS Variables */
:root {
--color-1: #381e29;
--color-2: #592c39;
--color-3: #7a4852;
--color-4: #b97e91;
--color-5: #e3a1a5;
}

CSS del degradado de fondo Dark Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #381e29, #592c39, #7a4852, #b97e91, #e3a1a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #381e29, #592c39, #7a4852, #b97e91, #e3a1a5);
}

Dark Red color palette created on .