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: #5e0d1c;
}
.color-2 {
color: #8f2d2f;
}
.color-3 {
color: #b6494e;
}
.color-4 {
color: #d67a7d;
}
.color-5 {
color: #f3a2a0;
}

/* CSS Variables */
:root {
--color-1: #5e0d1c;
--color-2: #8f2d2f;
--color-3: #b6494e;
--color-4: #d67a7d;
--color-5: #f3a2a0;
}

CSS con gradiente di sfondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e0d1c, #8f2d2f, #b6494e, #d67a7d, #f3a2a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e0d1c, #8f2d2f, #b6494e, #d67a7d, #f3a2a0);
}

Shades of Red color palette created on .