Shades of Blue Viking Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Blue Viking palette

Share this palette to:

Shades of Blue Viking color palette CSS

/* CSS */
.color-1 {
color: #66ccdb;
}
.color-2 {
color: #2baede;
}
.color-3 {
color: #1a8dc7;
}
.color-4 {
color: #0d5b8c;
}
.color-5 {
color: #0a4e6b;
}

/* CSS Variables */
:root {
--color-1: #66ccdb;
--color-2: #2baede;
--color-3: #1a8dc7;
--color-4: #0d5b8c;
--color-5: #0a4e6b;
}

Shades of Blue Viking background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #66ccdb, #2baede, #1a8dc7, #0d5b8c, #0a4e6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #66ccdb, #2baede, #1a8dc7, #0d5b8c, #0a4e6b);
}

Shades of Blue Viking color palette created on .