Paleta de colores Shades of Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Blue

/* CSS */
.color-1 {
color: #1d4c67;
}
.color-2 {
color: #3c7b90;
}
.color-3 {
color: #65a4b3;
}
.color-4 {
color: #97c6d3;
}
.color-5 {
color: #d0e7df;
}

/* CSS Variables */
:root {
--color-1: #1d4c67;
--color-2: #3c7b90;
--color-3: #65a4b3;
--color-4: #97c6d3;
--color-5: #d0e7df;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4c67, #3c7b90, #65a4b3, #97c6d3, #d0e7df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4c67, #3c7b90, #65a4b3, #97c6d3, #d0e7df);
}

Shades of Blue color palette created on .