Blue Alaska Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Alaska palette

Share this palette to:

Blue Alaska color palette 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;
}

Blue Alaska background gradient CSS

/* 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 .