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