Viking Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Viking Blue palette
Viking Blue color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 10+ Blue color palettes
Viking Blue color palette created on .