Blue Ice Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Ice palette

Condividi questa palette a:

Scarica la tavolozza dei colori Blue Ice (PNG)

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

tavolozza dei colori Blue Ice CSS

/* CSS */
.color-1 {
color: #a1d3e8;
}
.color-2 {
color: #5ab0c4;
}
.color-3 {
color: #3b798c;
}
.color-4 {
color: #2a4b55;
}
.color-5 {
color: #1a2c32;
}

/* CSS Variables */
:root {
--color-1: #a1d3e8;
--color-2: #5ab0c4;
--color-3: #3b798c;
--color-4: #2a4b55;
--color-5: #1a2c32;
}

CSS con gradiente di sfondo Blue Ice

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d3e8, #5ab0c4, #3b798c, #2a4b55, #1a2c32);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d3e8, #5ab0c4, #3b798c, #2a4b55, #1a2c32);
}

Blue Ice color palette created on .