Paleta de colores Viking Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Viking Blue palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Viking Blue

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

CSS de la paleta de colores Viking Blue

/* 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;
}

CSS del degradado de fondo Viking Blue

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