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: #761e1e;
}
.color-2 {
color: #a94c4c;
}
.color-3 {
color: #d38d8d;
}
.color-4 {
color: #f0c1c1;
}
.color-5 {
color: #f9e1e1;
}

/* CSS Variables */
:root {
--color-1: #761e1e;
--color-2: #a94c4c;
--color-3: #d38d8d;
--color-4: #f0c1c1;
--color-5: #f9e1e1;
}

CSS con gradiente di sfondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #761e1e, #a94c4c, #d38d8d, #f0c1c1, #f9e1e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #761e1e, #a94c4c, #d38d8d, #f0c1c1, #f9e1e1);
}

Shades of Red color palette created on .