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: #c94e3b;
}
.color-2 {
color: #f1a14b;
}
.color-3 {
color: #e2c269;
}
.color-4 {
color: #7e4c3a;
}
.color-5 {
color: #4a2b2b;
}

/* CSS Variables */
:root {
--color-1: #c94e3b;
--color-2: #f1a14b;
--color-3: #e2c269;
--color-4: #7e4c3a;
--color-5: #4a2b2b;
}

CSS con gradiente di sfondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c94e3b, #f1a14b, #e2c269, #7e4c3a, #4a2b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c94e3b, #f1a14b, #e2c269, #7e4c3a, #4a2b2b);
}

Shades of Red color palette created on .