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: #0d66a5;
}
.color-2 {
color: #5cb4d6;
}
.color-3 {
color: #9fd2df;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #e26c5a;
}

/* CSS Variables */
:root {
--color-1: #0d66a5;
--color-2: #5cb4d6;
--color-3: #9fd2df;
--color-4: #f6b83c;
--color-5: #e26c5a;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0d66a5, #5cb4d6, #9fd2df, #f6b83c, #e26c5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0d66a5, #5cb4d6, #9fd2df, #f6b83c, #e26c5a);
}

Shades of Blue color palette created on .