Paleta de colores Muted Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Muted Blue palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Muted Blue

Download muted blue color palette PNG image (landscape)
Download muted blue color palette PNG image (square)

CSS de la paleta de colores Muted Blue

/* CSS */
.color-1 {
color: #4a4d8c;
}
.color-2 {
color: #757d95;
}
.color-3 {
color: #a5b3c0;
}
.color-4 {
color: #c3b6c2;
}
.color-5 {
color: #e9b79f;
}

/* CSS Variables */
:root {
--color-1: #4a4d8c;
--color-2: #757d95;
--color-3: #a5b3c0;
--color-4: #c3b6c2;
--color-5: #e9b79f;
}

CSS del degradado de fondo Muted Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4d8c, #757d95, #a5b3c0, #c3b6c2, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4d8c, #757d95, #a5b3c0, #c3b6c2, #e9b79f);
}

Muted Blue color palette created on .