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: #4bbae2;
}
.color-2 {
color: #2d7b9a;
}
.color-3 {
color: #1c5e7d;
}
.color-4 {
color: #1a4d70;
}
.color-5 {
color: #0d3959;
}

/* CSS Variables */
:root {
--color-1: #4bbae2;
--color-2: #2d7b9a;
--color-3: #1c5e7d;
--color-4: #1a4d70;
--color-5: #0d3959;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4bbae2, #2d7b9a, #1c5e7d, #1a4d70, #0d3959);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4bbae2, #2d7b9a, #1c5e7d, #1a4d70, #0d3959);
}

Shades of Blue color palette created on .