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