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: #a03b3b;
}
.color-2 {
color: #c86f6f;
}
.color-3 {
color: #e6a2a2;
}
.color-4 {
color: #f1c6c6;
}
.color-5 {
color: #f5e0e0;
}
/* CSS Variables */
:root {
--color-1: #a03b3b;
--color-2: #c86f6f;
--color-3: #e6a2a2;
--color-4: #f1c6c6;
--color-5: #f5e0e0;
}
CSS del degradado de fondo Shades of Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a03b3b, #c86f6f, #e6a2a2, #f1c6c6, #f5e0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a03b3b, #c86f6f, #e6a2a2, #f1c6c6, #f5e0e0);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Rojo
Shades of Red color palette created on .