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: #7c2d3b;
}
.color-2 {
color: #b2a899;
}
.color-3 {
color: #f3c5a0;
}
.color-4 {
color: #f8e0b4;
}
.color-5 {
color: #ffebc2;
}

/* CSS Variables */
:root {
--color-1: #7c2d3b;
--color-2: #b2a899;
--color-3: #f3c5a0;
--color-4: #f8e0b4;
--color-5: #ffebc2;
}

CSS con gradiente di sfondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c2d3b, #b2a899, #f3c5a0, #f8e0b4, #ffebc2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c2d3b, #b2a899, #f3c5a0, #f8e0b4, #ffebc2);
}

Shades of Red color palette created on .