Mars Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Mars palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Mars

Download mars color palette PNG image (landscape)
Download mars color palette PNG image (square)

tavolozza dei colori Mars CSS

/* CSS */
.color-1 {
color: #c52b2b;
}
.color-2 {
color: #da7f4e;
}
.color-3 {
color: #f3a64f;
}
.color-4 {
color: #f7e0a6;
}
.color-5 {
color: #5b4e4d;
}

/* CSS Variables */
:root {
--color-1: #c52b2b;
--color-2: #da7f4e;
--color-3: #f3a64f;
--color-4: #f7e0a6;
--color-5: #5b4e4d;
}

CSS con gradiente di sfondo Mars

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c52b2b, #da7f4e, #f3a64f, #f7e0a6, #5b4e4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c52b2b, #da7f4e, #f3a64f, #f7e0a6, #5b4e4d);
}

Mars color palette created on .