Paleta de colores Dark Gray and Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dark Gray and Red palette

Compartir esta paleta en:

CSS de la paleta de colores Dark Gray and Red

/* CSS */
.color-1 {
color: #2d2a32;
}
.color-2 {
color: #6d767e;
}
.color-3 {
color: #a2b3c3;
}
.color-4 {
color: #e2b27e;
}
.color-5 {
color: #d93f3f;
}

/* CSS Variables */
:root {
--color-1: #2d2a32;
--color-2: #6d767e;
--color-3: #a2b3c3;
--color-4: #e2b27e;
--color-5: #d93f3f;
}

CSS del degradado de fondo Dark Gray and Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d2a32, #6d767e, #a2b3c3, #e2b27e, #d93f3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d2a32, #6d767e, #a2b3c3, #e2b27e, #d93f3f);
}

Dark Gray and Red color palette created on .