Muted Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Muted Blue palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Muted Blue

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

tavolozza dei colori Muted Blue CSS

/* 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 con gradiente di sfondo 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 .