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: #1e1e2e;
}
.color-2 {
color: #ff5c57;
}
.color-3 {
color: #ffbf6b;
}
.color-4 {
color: #c8ffbd;
}
.color-5 {
color: #6b5b95;
}

/* CSS Variables */
:root {
--color-1: #1e1e2e;
--color-2: #ff5c57;
--color-3: #ffbf6b;
--color-4: #c8ffbd;
--color-5: #6b5b95;
}

CSS del degradado de fondo Dark Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2e, #ff5c57, #ffbf6b, #c8ffbd, #6b5b95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2e, #ff5c57, #ffbf6b, #c8ffbd, #6b5b95);
}

Dark Red color palette created on .