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: #003366;
}
.color-2 {
color: #3399cc;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #f5f5f5;
}
.color-5 {
color: #4cae4f;
}

/* CSS Variables */
:root {
--color-1: #003366;
--color-2: #3399cc;
--color-3: #ffffff;
--color-4: #f5f5f5;
--color-5: #4cae4f;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003366, #3399cc, #ffffff, #f5f5f5, #4cae4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003366, #3399cc, #ffffff, #f5f5f5, #4cae4f);
}

Shades of Blue color palette created on .