Vintage Warmth Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vintage Warmth palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Vintage Warmth

Download vintage warmth color palette PNG image (landscape)
Download vintage warmth color palette PNG image (square)

tavolozza dei colori Vintage Warmth CSS

/* CSS */
.color-1 {
color: #d7c4a3;
}
.color-2 {
color: #bfa98d;
}
.color-3 {
color: #a68b6e;
}
.color-4 {
color: #7b5b3d;
}
.color-5 {
color: #4e3b27;
}

/* CSS Variables */
:root {
--color-1: #d7c4a3;
--color-2: #bfa98d;
--color-3: #a68b6e;
--color-4: #7b5b3d;
--color-5: #4e3b27;
}

CSS con gradiente di sfondo Vintage Warmth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c4a3, #bfa98d, #a68b6e, #7b5b3d, #4e3b27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c4a3, #bfa98d, #a68b6e, #7b5b3d, #4e3b27);
}

Vintage Warmth color palette created on .