Denim and Wine Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Denim and Wine palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Denim and Wine

Download denim and wine color palette PNG image (landscape)
Download denim and wine color palette PNG image (square)

tavolozza dei colori Denim and Wine CSS

/* CSS */
.color-1 {
color: #1e4e7b;
}
.color-2 {
color: #8a9cb2;
}
.color-3 {
color: #c07797;
}
.color-4 {
color: #af4b4e;
}
.color-5 {
color: #682c3a;
}

/* CSS Variables */
:root {
--color-1: #1e4e7b;
--color-2: #8a9cb2;
--color-3: #c07797;
--color-4: #af4b4e;
--color-5: #682c3a;
}

CSS con gradiente di sfondo Denim and Wine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4e7b, #8a9cb2, #c07797, #af4b4e, #682c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4e7b, #8a9cb2, #c07797, #af4b4e, #682c3a);
}

Denim and Wine color palette created on .