Shades of Red Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Red palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Shades of Red

Download shades of red color palette PNG image (landscape)
Download shades of red color palette PNG image (square)

tavolozza dei colori Shades of Red CSS

/* CSS */
.color-1 {
color: #602028;
}
.color-2 {
color: #b13f39;
}
.color-3 {
color: #ef5d5d;
}
.color-4 {
color: #f7c34b;
}
.color-5 {
color: #6f5c3e;
}

/* CSS Variables */
:root {
--color-1: #602028;
--color-2: #b13f39;
--color-3: #ef5d5d;
--color-4: #f7c34b;
--color-5: #6f5c3e;
}

CSS con gradiente di sfondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #602028, #b13f39, #ef5d5d, #f7c34b, #6f5c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #602028, #b13f39, #ef5d5d, #f7c34b, #6f5c3e);
}

Shades of Red color palette created on .