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: #c82d44;
}
.color-2 {
color: #545a64;
}
.color-3 {
color: #eeeff1;
}
.color-4 {
color: #b43c42;
}
.color-5 {
color: #868f9c;
}

/* CSS Variables */
:root {
--color-1: #c82d44;
--color-2: #545a64;
--color-3: #eeeff1;
--color-4: #b43c42;
--color-5: #868f9c;
}

CSS con gradiente di sfondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c82d44, #545a64, #eeeff1, #b43c42, #868f9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c82d44, #545a64, #eeeff1, #b43c42, #868f9c);
}

Shades of Red color palette created on .