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: #f5a524;
}
.color-2 {
color: #da4e2b;
}
.color-3 {
color: #b53b3b;
}
.color-4 {
color: #8c2b5a;
}
.color-5 {
color: #5e2b7d;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #da4e2b;
--color-3: #b53b3b;
--color-4: #8c2b5a;
--color-5: #5e2b7d;
}

CSS del degradado de fondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #da4e2b, #b53b3b, #8c2b5a, #5e2b7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #da4e2b, #b53b3b, #8c2b5a, #5e2b7d);
}

Shades of Red color palette created on .