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: #3cb2d3;
}
.color-2 {
color: #60d2e1;
}
.color-3 {
color: #89e1e6;
}
.color-4 {
color: #a2f1ee;
}
.color-5 {
color: #c4f8f7;
}

/* CSS Variables */
:root {
--color-1: #3cb2d3;
--color-2: #60d2e1;
--color-3: #89e1e6;
--color-4: #a2f1ee;
--color-5: #c4f8f7;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3cb2d3, #60d2e1, #89e1e6, #a2f1ee, #c4f8f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3cb2d3, #60d2e1, #89e1e6, #a2f1ee, #c4f8f7);
}

Shades of Blue color palette created on .