Paleta de colores Muted Headlines

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Muted Headlines palette

Compartir esta paleta en:

Descargar la paleta de colores Muted Headlines (PNG)

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

CSS de la paleta de colores Muted Headlines

/* CSS */
.color-1 {
color: #1e4d2b;
}
.color-2 {
color: #4f8c5e;
}
.color-3 {
color: #a1c4a2;
}
.color-4 {
color: #f9d59f;
}
.color-5 {
color: #d5694d;
}

/* CSS Variables */
:root {
--color-1: #1e4d2b;
--color-2: #4f8c5e;
--color-3: #a1c4a2;
--color-4: #f9d59f;
--color-5: #d5694d;
}

CSS del degradado de fondo Muted Headlines

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4d2b, #4f8c5e, #a1c4a2, #f9d59f, #d5694d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4d2b, #4f8c5e, #a1c4a2, #f9d59f, #d5694d);
}

Muted Headlines color palette created on .