Paleta de colores Shades of Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Red palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Red

/* CSS */
.color-1 {
color: #dd3c3c;
}
.color-2 {
color: #c83c3c;
}
.color-3 {
color: #4e3b4e;
}
.color-4 {
color: #3d293d;
}
.color-5 {
color: #f03d3d;
}

/* CSS Variables */
:root {
--color-1: #dd3c3c;
--color-2: #c83c3c;
--color-3: #4e3b4e;
--color-4: #3d293d;
--color-5: #f03d3d;
}

CSS del degradado de fondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dd3c3c, #c83c3c, #4e3b4e, #3d293d, #f03d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dd3c3c, #c83c3c, #4e3b4e, #3d293d, #f03d3d);
}

Shades of Red color palette created on .