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: #399db1;
}
.color-2 {
color: #5bb8c8;
}
.color-3 {
color: #7dd4d8;
}
.color-4 {
color: #a6e2df;
}
.color-5 {
color: #dff6f2;
}

/* CSS Variables */
:root {
--color-1: #399db1;
--color-2: #5bb8c8;
--color-3: #7dd4d8;
--color-4: #a6e2df;
--color-5: #dff6f2;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #399db1, #5bb8c8, #7dd4d8, #a6e2df, #dff6f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #399db1, #5bb8c8, #7dd4d8, #a6e2df, #dff6f2);
}

Shades of Blue color palette created on .