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: #003994;
}
.color-2 {
color: #0074c7;
}
.color-3 {
color: #00a5e0;
}
.color-4 {
color: #00c4f0;
}
.color-5 {
color: #b3e2ff;
}

/* CSS Variables */
:root {
--color-1: #003994;
--color-2: #0074c7;
--color-3: #00a5e0;
--color-4: #00c4f0;
--color-5: #b3e2ff;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003994, #0074c7, #00a5e0, #00c4f0, #b3e2ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003994, #0074c7, #00a5e0, #00c4f0, #b3e2ff);
}

Shades of Blue color palette created on .