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: #3d77f5;
}
.color-2 {
color: #3baee8;
}
.color-3 {
color: #4de08f;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}

/* CSS Variables */
:root {
--color-1: #3d77f5;
--color-2: #3baee8;
--color-3: #4de08f;
--color-4: #f9c54e;
--color-5: #f94346;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d77f5, #3baee8, #4de08f, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d77f5, #3baee8, #4de08f, #f9c54e, #f94346);
}

Shades of Blue color palette created on .