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: #0d4b91;
}
.color-2 {
color: #1ab2b7;
}
.color-3 {
color: #f0e4b7;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #f28e1c;
}

/* CSS Variables */
:root {
--color-1: #0d4b91;
--color-2: #1ab2b7;
--color-3: #f0e4b7;
--color-4: #f5a524;
--color-5: #f28e1c;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0d4b91, #1ab2b7, #f0e4b7, #f5a524, #f28e1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0d4b91, #1ab2b7, #f0e4b7, #f5a524, #f28e1c);
}

Shades of Blue color palette created on .