Viking Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Viking Blue palette

Share this palette to:

Viking Blue color palette PNG image

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

Viking Blue color palette CSS

/* CSS */
.color-1 {
color: #66ccdb;
}
.color-2 {
color: #5cb8d1;
}
.color-3 {
color: #4a9cbf;
}
.color-4 {
color: #3c7faf;
}
.color-5 {
color: #2c659b;
}

/* CSS Variables */
:root {
--color-1: #66ccdb;
--color-2: #5cb8d1;
--color-3: #4a9cbf;
--color-4: #3c7faf;
--color-5: #2c659b;
}

Viking Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #66ccdb, #5cb8d1, #4a9cbf, #3c7faf, #2c659b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #66ccdb, #5cb8d1, #4a9cbf, #3c7faf, #2c659b);
}

Viking Blue color palette created on .