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