Year of 1971 Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Year of 1971 palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Year of 1971

Download year of 1971 color palette PNG image (landscape)
Download year of 1971 color palette PNG image (square)

tavolozza dei colori Year of 1971 CSS

/* CSS */
.color-1 {
color: #d4a38c;
}
.color-2 {
color: #c78e6b;
}
.color-3 {
color: #a65e3a;
}
.color-4 {
color: #e9b36d;
}
.color-5 {
color: #f9c4b9;
}

/* CSS Variables */
:root {
--color-1: #d4a38c;
--color-2: #c78e6b;
--color-3: #a65e3a;
--color-4: #e9b36d;
--color-5: #f9c4b9;
}

CSS con gradiente di sfondo Year of 1971

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a38c, #c78e6b, #a65e3a, #e9b36d, #f9c4b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a38c, #c78e6b, #a65e3a, #e9b36d, #f9c4b9);
}

Year of 1971 color palette created on .