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: #990000;
}
.color-2 {
color: #c92c2c;
}
.color-3 {
color: #d77f7f;
}
.color-4 {
color: #f1b6b6;
}
.color-5 {
color: #f5c7c7;
}

/* CSS Variables */
:root {
--color-1: #990000;
--color-2: #c92c2c;
--color-3: #d77f7f;
--color-4: #f1b6b6;
--color-5: #f5c7c7;
}

CSS del degradado de fondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #990000, #c92c2c, #d77f7f, #f1b6b6, #f5c7c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #990000, #c92c2c, #d77f7f, #f1b6b6, #f5c7c7);
}

Shades of Red color palette created on .