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