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: #b8325b;
}
.color-2 {
color: #f94e3e;
}
.color-3 {
color: #f8c56d;
}
.color-4 {
color: #97d8b1;
}
.color-5 {
color: #3a9fa1;
}

/* CSS Variables */
:root {
--color-1: #b8325b;
--color-2: #f94e3e;
--color-3: #f8c56d;
--color-4: #97d8b1;
--color-5: #3a9fa1;
}

CSS del degradado de fondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8325b, #f94e3e, #f8c56d, #97d8b1, #3a9fa1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8325b, #f94e3e, #f8c56d, #97d8b1, #3a9fa1);
}

Shades of Red color palette created on .