Paleta de colores Mage

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mage palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Mage

Download mage color palette PNG image (landscape)
Download mage color palette PNG image (square)

CSS de la paleta de colores Mage

/* CSS */
.color-1 {
color: #7b4c9e;
}
.color-2 {
color: #a67db0;
}
.color-3 {
color: #d2b1d0;
}
.color-4 {
color: #f5c7e1;
}
.color-5 {
color: #f7abb5;
}

/* CSS Variables */
:root {
--color-1: #7b4c9e;
--color-2: #a67db0;
--color-3: #d2b1d0;
--color-4: #f5c7e1;
--color-5: #f7abb5;
}

CSS del degradado de fondo Mage

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b4c9e, #a67db0, #d2b1d0, #f5c7e1, #f7abb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b4c9e, #a67db0, #d2b1d0, #f5c7e1, #f7abb5);
}

Mage color palette created on .