Red Ladybug Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Red Ladybug palette

Condividi questa palette a:

tavolozza dei colori Red Ladybug CSS

/* 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 con gradiente di sfondo 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);
}

Red Ladybug color palette created on .