Blue Alaska Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Alaska palette

Condividi questa palette a:

tavolozza dei colori Blue Alaska CSS

/* CSS */
.color-1 {
color: #a6c8e2;
}
.color-2 {
color: #4b91e2;
}
.color-3 {
color: #0076a8;
}
.color-4 {
color: #005885;
}
.color-5 {
color: #002d38;
}

/* CSS Variables */
:root {
--color-1: #a6c8e2;
--color-2: #4b91e2;
--color-3: #0076a8;
--color-4: #005885;
--color-5: #002d38;
}

CSS con gradiente di sfondo Blue Alaska

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c8e2, #4b91e2, #0076a8, #005885, #002d38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c8e2, #4b91e2, #0076a8, #005885, #002d38);
}

Blue Alaska color palette created on .