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: #9f1e25;
}
.color-2 {
color: #e13e33;
}
.color-3 {
color: #f76e40;
}
.color-4 {
color: #fbbf65;
}
.color-5 {
color: #f9e6a9;
}

/* CSS Variables */
:root {
--color-1: #9f1e25;
--color-2: #e13e33;
--color-3: #f76e40;
--color-4: #fbbf65;
--color-5: #f9e6a9;
}

CSS con gradiente di sfondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f1e25, #e13e33, #f76e40, #fbbf65, #f9e6a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f1e25, #e13e33, #f76e40, #fbbf65, #f9e6a9);
}

Shades of Red color palette created on .