A Shadow of the Winter Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with A Shadow of the Winter palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori A Shadow of the Winter

Download a shadow of the winter color palette PNG image (landscape)
Download a shadow of the winter color palette PNG image (square)

tavolozza dei colori A Shadow of the Winter CSS

/* CSS */
.color-1 {
color: #4a6d8c;
}
.color-2 {
color: #3d4f6c;
}
.color-3 {
color: #2d3d4e;
}
.color-4 {
color: #1c2b36;
}
.color-5 {
color: #0d1921;
}

/* CSS Variables */
:root {
--color-1: #4a6d8c;
--color-2: #3d4f6c;
--color-3: #2d3d4e;
--color-4: #1c2b36;
--color-5: #0d1921;
}

CSS con gradiente di sfondo A Shadow of the Winter

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6d8c, #3d4f6c, #2d3d4e, #1c2b36, #0d1921);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6d8c, #3d4f6c, #2d3d4e, #1c2b36, #0d1921);
}

A Shadow of the Winter color palette created on .