Paleta de colores Shades of Red
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Red palette
CSS de la paleta de colores Shades of Red
/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #f89b9b;
}
.color-3 {
color: #e76a6a;
}
.color-4 {
color: #c94a4a;
}
.color-5 {
color: #a42d2d;
}
/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f89b9b;
--color-3: #e76a6a;
--color-4: #c94a4a;
--color-5: #a42d2d;
}
CSS del degradado de fondo Shades of Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f89b9b, #e76a6a, #c94a4a, #a42d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f89b9b, #e76a6a, #c94a4a, #a42d2d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Brillante
Shades of Red color palette created on .