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: #803c3c;
}
.color-2 {
color: #be5b5b;
}
.color-3 {
color: #e88282;
}
.color-4 {
color: #f2b1b1;
}
.color-5 {
color: #fcd4d4;
}

/* CSS Variables */
:root {
--color-1: #803c3c;
--color-2: #be5b5b;
--color-3: #e88282;
--color-4: #f2b1b1;
--color-5: #fcd4d4;
}

CSS del degradado de fondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #803c3c, #be5b5b, #e88282, #f2b1b1, #fcd4d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #803c3c, #be5b5b, #e88282, #f2b1b1, #fcd4d4);
}

Shades of Red color palette created on .