Paleta de colores Muffin Medley

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Muffin Medley palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Muffin Medley

Download muffin medley color palette PNG image (landscape)
Download muffin medley color palette PNG image (square)

CSS de la paleta de colores Muffin Medley

/* CSS */
.color-1 {
color: #e3b059;
}
.color-2 {
color: #d68a3d;
}
.color-3 {
color: #a6602b;
}
.color-4 {
color: #7d3b1c;
}
.color-5 {
color: #4c1f15;
}

/* CSS Variables */
:root {
--color-1: #e3b059;
--color-2: #d68a3d;
--color-3: #a6602b;
--color-4: #7d3b1c;
--color-5: #4c1f15;
}

CSS del degradado de fondo Muffin Medley

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b059, #d68a3d, #a6602b, #7d3b1c, #4c1f15);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b059, #d68a3d, #a6602b, #7d3b1c, #4c1f15);
}

Muffin Medley color palette created on .