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: #4cb7e1;
}
.color-2 {
color: #0099cc;
}
.color-3 {
color: #007a99;
}
.color-4 {
color: #006080;
}
.color-5 {
color: #003f5c;
}

/* CSS Variables */
:root {
--color-1: #4cb7e1;
--color-2: #0099cc;
--color-3: #007a99;
--color-4: #006080;
--color-5: #003f5c;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cb7e1, #0099cc, #007a99, #006080, #003f5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cb7e1, #0099cc, #007a99, #006080, #003f5c);
}

Shades of Blue color palette created on .