Arctic Night Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Arctic Night palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Arctic Night

Download  arctic night color palette PNG image (landscape)
Download  arctic night color palette PNG image (square)

tavolozza dei colori Arctic Night CSS

/* CSS */
.color-1 {
color: #a6c4d9;
}
.color-2 {
color: #4b7c9b;
}
.color-3 {
color: #2c4d63;
}
.color-4 {
color: #1b2027;
}
.color-5 {
color: #ffc2cc;
}

/* CSS Variables */
:root {
--color-1: #a6c4d9;
--color-2: #4b7c9b;
--color-3: #2c4d63;
--color-4: #1b2027;
--color-5: #ffc2cc;
}

CSS con gradiente di sfondo Arctic Night

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c4d9, #4b7c9b, #2c4d63, #1b2027, #ffc2cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c4d9, #4b7c9b, #2c4d63, #1b2027, #ffc2cc);
}

Arctic Night color palette created on .