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