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:

Imagen PNG de la paleta de colores Shades of Blue

Download shades of blue color palette PNG image (landscape)
Download shades of blue color palette PNG image (square)

CSS de la paleta de colores Shades of Blue

/* CSS */
.color-1 {
color: #1a1a1a;
}
.color-2 {
color: #003a5c;
}
.color-3 {
color: #00b4e6;
}
.color-4 {
color: #005c66;
}
.color-5 {
color: #19b3e6;
}

/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #003a5c;
--color-3: #00b4e6;
--color-4: #005c66;
--color-5: #19b3e6;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #003a5c, #00b4e6, #005c66, #19b3e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #003a5c, #00b4e6, #005c66, #19b3e6);
}

Shades of Blue color palette created on .