Paleta de colores Maggot Brain

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Maggot Brain palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Maggot Brain

Download maggot brain color palette PNG image (landscape)
Download maggot brain color palette PNG image (square)

CSS de la paleta de colores Maggot Brain

/* CSS */
.color-1 {
color: #7e3d99;
}
.color-2 {
color: #b75c97;
}
.color-3 {
color: #f3b058;
}
.color-4 {
color: #f0d400;
}
.color-5 {
color: #d13e2e;
}

/* CSS Variables */
:root {
--color-1: #7e3d99;
--color-2: #b75c97;
--color-3: #f3b058;
--color-4: #f0d400;
--color-5: #d13e2e;
}

CSS del degradado de fondo Maggot Brain

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e3d99, #b75c97, #f3b058, #f0d400, #d13e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e3d99, #b75c97, #f3b058, #f0d400, #d13e2e);
}

Maggot Brain color palette created on .