Shades of Red Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Red palette

Condividi questa palette a:

tavolozza dei colori Shades of Red CSS

/* CSS */
.color-1 {
color: #c82d28;
}
.color-2 {
color: #e84a4a;
}
.color-3 {
color: #f3745e;
}
.color-4 {
color: #f0967f;
}
.color-5 {
color: #f6b5b1;
}

/* CSS Variables */
:root {
--color-1: #c82d28;
--color-2: #e84a4a;
--color-3: #f3745e;
--color-4: #f0967f;
--color-5: #f6b5b1;
}

CSS con gradiente di sfondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c82d28, #e84a4a, #f3745e, #f0967f, #f6b5b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c82d28, #e84a4a, #f3745e, #f0967f, #f6b5b1);
}

Shades of Red color palette created on .