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: #001f3d;
}
.color-2 {
color: #007bff;
}
.color-3 {
color: #38bfd6;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ffb300;
}

/* CSS Variables */
:root {
--color-1: #001f3d;
--color-2: #007bff;
--color-3: #38bfd6;
--color-4: #ff6e61;
--color-5: #ffb300;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #001f3d, #007bff, #38bfd6, #ff6e61, #ffb300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #001f3d, #007bff, #38bfd6, #ff6e61, #ffb300);
}

Shades of Blue color palette created on .