Shadow x Rouge Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shadow x Rouge palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Shadow x Rouge

Download shadow x rouge color palette PNG image (landscape)
Download shadow x rouge color palette PNG image (square)

tavolozza dei colori Shadow x Rouge CSS

/* CSS */
.color-1 {
color: #1d192e;
}
.color-2 {
color: #ca2b2b;
}
.color-3 {
color: #f8c36d;
}
.color-4 {
color: #d87a3b;
}
.color-5 {
color: #3d3d3d;
}

/* CSS Variables */
:root {
--color-1: #1d192e;
--color-2: #ca2b2b;
--color-3: #f8c36d;
--color-4: #d87a3b;
--color-5: #3d3d3d;
}

CSS con gradiente di sfondo Shadow x Rouge

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d192e, #ca2b2b, #f8c36d, #d87a3b, #3d3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d192e, #ca2b2b, #f8c36d, #d87a3b, #3d3d3d);
}

Shadow x Rouge color palette created on .