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: #d88d79;
}
.color-2 {
color: #b66f5d;
}
.color-3 {
color: #a44d4c;
}
.color-4 {
color: #7d2c3c;
}
.color-5 {
color: #4c1f2d;
}

/* CSS Variables */
:root {
--color-1: #d88d79;
--color-2: #b66f5d;
--color-3: #a44d4c;
--color-4: #7d2c3c;
--color-5: #4c1f2d;
}

CSS del degradado de fondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d88d79, #b66f5d, #a44d4c, #7d2c3c, #4c1f2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d88d79, #b66f5d, #a44d4c, #7d2c3c, #4c1f2d);
}

Shades of Red color palette created on .