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: #a12b2b;
}
.color-2 {
color: #c54949;
}
.color-3 {
color: #e78d8d;
}
.color-4 {
color: #f8b9b9;
}
.color-5 {
color: #f7c5c5;
}

/* CSS Variables */
:root {
--color-1: #a12b2b;
--color-2: #c54949;
--color-3: #e78d8d;
--color-4: #f8b9b9;
--color-5: #f7c5c5;
}

CSS del degradado de fondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a12b2b, #c54949, #e78d8d, #f8b9b9, #f7c5c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a12b2b, #c54949, #e78d8d, #f8b9b9, #f7c5c5);
}

Shades of Red color palette created on .