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: #f4c543;
}
.color-2 {
color: #e8463b;
}
.color-3 {
color: #3b6c8c;
}
.color-4 {
color: #f9c3cc;
}
.color-5 {
color: #f4e2d7;
}

/* CSS Variables */
:root {
--color-1: #f4c543;
--color-2: #e8463b;
--color-3: #3b6c8c;
--color-4: #f9c3cc;
--color-5: #f4e2d7;
}

CSS con gradiente di sfondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c543, #e8463b, #3b6c8c, #f9c3cc, #f4e2d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c543, #e8463b, #3b6c8c, #f9c3cc, #f4e2d7);
}

Shades of Red color palette created on .