Paleta de colores Warm Red
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Warm Red palette
CSS de la paleta de colores Warm Red
/* CSS */
.color-1 {
color: #e3a06d;
}
.color-2 {
color: #c4793b;
}
.color-3 {
color: #a5582c;
}
.color-4 {
color: #8c3a2c;
}
.color-5 {
color: #7e2a3e;
}
/* CSS Variables */
:root {
--color-1: #e3a06d;
--color-2: #c4793b;
--color-3: #a5582c;
--color-4: #8c3a2c;
--color-5: #7e2a3e;
}
CSS del degradado de fondo Warm Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3a06d, #c4793b, #a5582c, #8c3a2c, #7e2a3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3a06d, #c4793b, #a5582c, #8c3a2c, #7e2a3e);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Otoño
Warm Red color palette created on .