Paleta de colores Viking Shades

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Viking Shades palette

Compartir esta paleta en:

CSS de la paleta de colores Viking Shades

/* CSS */
.color-1 {
color: #81d7e4;
}
.color-2 {
color: #6cc7d5;
}
.color-3 {
color: #60bac7;
}
.color-4 {
color: #4fa6b5;
}
.color-5 {
color: #3f95a6;
}

/* CSS Variables */
:root {
--color-1: #81d7e4;
--color-2: #6cc7d5;
--color-3: #60bac7;
--color-4: #4fa6b5;
--color-5: #3f95a6;
}

CSS del degradado de fondo Viking Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #81d7e4, #6cc7d5, #60bac7, #4fa6b5, #3f95a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #81d7e4, #6cc7d5, #60bac7, #4fa6b5, #3f95a6);
}

Viking Shades color palette created on .