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: #ff4d4d;
}
.color-2 {
color: #b12b3d;
}
.color-3 {
color: #791b27;
}
.color-4 {
color: #d51a40;
}
.color-5 {
color: #a40e25;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #b12b3d;
--color-3: #791b27;
--color-4: #d51a40;
--color-5: #a40e25;
}

CSS con gradiente di sfondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #b12b3d, #791b27, #d51a40, #a40e25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #b12b3d, #791b27, #d51a40, #a40e25);
}

Shades of Red color palette created on .