Muted Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Muted Blue palette

Condividi questa palette a:

tavolozza dei colori Muted Blue CSS

/* CSS */
.color-1 {
color: #2b5c7d;
}
.color-2 {
color: #498a9c;
}
.color-3 {
color: #6eacbf;
}
.color-4 {
color: #8bdad4;
}
.color-5 {
color: #a8f5e9;
}

/* CSS Variables */
:root {
--color-1: #2b5c7d;
--color-2: #498a9c;
--color-3: #6eacbf;
--color-4: #8bdad4;
--color-5: #a8f5e9;
}

CSS con gradiente di sfondo Muted Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b5c7d, #498a9c, #6eacbf, #8bdad4, #a8f5e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b5c7d, #498a9c, #6eacbf, #8bdad4, #a8f5e9);
}

Muted Blue color palette created on .