Paleta de colores Red Ladybug
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Red Ladybug palette
CSS de la paleta de colores Red Ladybug
/* CSS */
.color-1 {
color: #d60000;
}
.color-2 {
color: #a80000;
}
.color-3 {
color: #ff5c5c;
}
.color-4 {
color: #ffb3b3;
}
.color-5 {
color: #c70000;
}
/* CSS Variables */
:root {
--color-1: #d60000;
--color-2: #a80000;
--color-3: #ff5c5c;
--color-4: #ffb3b3;
--color-5: #c70000;
}
CSS del degradado de fondo Red Ladybug
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60000, #a80000, #ff5c5c, #ffb3b3, #c70000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60000, #a80000, #ff5c5c, #ffb3b3, #c70000);
}
Paletas de colores similares
Red Ladybug color palette created on .