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: #a9e1f4;
}
.color-2 {
color: #70c3d2;
}
.color-3 {
color: #2ba6b6;
}
.color-4 {
color: #00999e;
}
.color-5 {
color: #007d80;
}

/* CSS Variables */
:root {
--color-1: #a9e1f4;
--color-2: #70c3d2;
--color-3: #2ba6b6;
--color-4: #00999e;
--color-5: #007d80;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e1f4, #70c3d2, #2ba6b6, #00999e, #007d80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e1f4, #70c3d2, #2ba6b6, #00999e, #007d80);
}

Shades of Blue color palette created on .