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: #f6f7f8;
}
.color-2 {
color: #e3e4e8;
}
.color-3 {
color: #bfc1d4;
}
.color-4 {
color: #6b8eff;
}
.color-5 {
color: #ffbb33;
}

/* CSS Variables */
:root {
--color-1: #f6f7f8;
--color-2: #e3e4e8;
--color-3: #bfc1d4;
--color-4: #6b8eff;
--color-5: #ffbb33;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f7f8, #e3e4e8, #bfc1d4, #6b8eff, #ffbb33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f7f8, #e3e4e8, #bfc1d4, #6b8eff, #ffbb33);
}

Shades of Blue color palette created on .