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