Dean Winchester Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Dean Winchester palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Dean Winchester

Download dean winchester color palette PNG image (landscape)
Download dean winchester color palette PNG image (square)

tavolozza dei colori Dean Winchester CSS

/* CSS */
.color-1 {
color: #4b3d4d;
}
.color-2 {
color: #907f81;
}
.color-3 {
color: #b6a6a0;
}
.color-4 {
color: #d9c9c4;
}
.color-5 {
color: #f4e6e6;
}

/* CSS Variables */
:root {
--color-1: #4b3d4d;
--color-2: #907f81;
--color-3: #b6a6a0;
--color-4: #d9c9c4;
--color-5: #f4e6e6;
}

CSS con gradiente di sfondo Dean Winchester

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d4d, #907f81, #b6a6a0, #d9c9c4, #f4e6e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d4d, #907f81, #b6a6a0, #d9c9c4, #f4e6e6);
}

Dean Winchester color palette created on .