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: #dd3c3c;
}
.color-2 {
color: #c83c3c;
}
.color-3 {
color: #4e3b4e;
}
.color-4 {
color: #3d293d;
}
.color-5 {
color: #f03d3d;
}

/* CSS Variables */
:root {
--color-1: #dd3c3c;
--color-2: #c83c3c;
--color-3: #4e3b4e;
--color-4: #3d293d;
--color-5: #f03d3d;
}

CSS con gradiente di sfondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dd3c3c, #c83c3c, #4e3b4e, #3d293d, #f03d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dd3c3c, #c83c3c, #4e3b4e, #3d293d, #f03d3d);
}

Shades of Red color palette created on .