Winter Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Winter Blue palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Winter Blue

Download winter blue color palette PNG image (landscape)
Download winter blue color palette PNG image (square)

tavolozza dei colori Winter Blue CSS

/* CSS */
.color-1 {
color: #a9c8e0;
}
.color-2 {
color: #7ca3c0;
}
.color-3 {
color: #4c7c9a;
}
.color-4 {
color: #2f5d79;
}
.color-5 {
color: #1c415e;
}

/* CSS Variables */
:root {
--color-1: #a9c8e0;
--color-2: #7ca3c0;
--color-3: #4c7c9a;
--color-4: #2f5d79;
--color-5: #1c415e;
}

CSS con gradiente di sfondo Winter Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c8e0, #7ca3c0, #4c7c9a, #2f5d79, #1c415e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c8e0, #7ca3c0, #4c7c9a, #2f5d79, #1c415e);
}

Winter Blue color palette created on .