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: #5c2e3e;
}
.color-2 {
color: #ac4d5c;
}
.color-3 {
color: #e09d80;
}
.color-4 {
color: #f6c479;
}
.color-5 {
color: #f1e3a2;
}

/* CSS Variables */
:root {
--color-1: #5c2e3e;
--color-2: #ac4d5c;
--color-3: #e09d80;
--color-4: #f6c479;
--color-5: #f1e3a2;
}

CSS del degradado de fondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c2e3e, #ac4d5c, #e09d80, #f6c479, #f1e3a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c2e3e, #ac4d5c, #e09d80, #f6c479, #f1e3a2);
}

Shades of Red color palette created on .