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: #b32d29;
}
.color-2 {
color: #d6543d;
}
.color-3 {
color: #f08d5c;
}
.color-4 {
color: #f9b85d;
}
.color-5 {
color: #fedd8b;
}
/* CSS Variables */
:root {
--color-1: #b32d29;
--color-2: #d6543d;
--color-3: #f08d5c;
--color-4: #f9b85d;
--color-5: #fedd8b;
}
CSS del degradado de fondo Shades of Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b32d29, #d6543d, #f08d5c, #f9b85d, #fedd8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b32d29, #d6543d, #f08d5c, #f9b85d, #fedd8b);
}
Paletas de colores similares
Shades of Red color palette created on .