Paleta de colores Shades of Blue Viking
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Blue Viking palette
CSS de la paleta de colores Shades of Blue Viking
/* 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;
}
CSS del degradado de fondo Shades of Blue Viking
/* 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);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Estético
Shades of Blue Viking color palette created on .