Paleta de colores Mystic Monkey

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mystic Monkey palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Mystic Monkey

Download mystic monkey color palette PNG image (landscape)
Download mystic monkey color palette PNG image (square)

CSS de la paleta de colores Mystic Monkey

/* CSS */
.color-1 {
color: #8f4ba0;
}
.color-2 {
color: #9e69b0;
}
.color-3 {
color: #b5a8d6;
}
.color-4 {
color: #f2d6a1;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #8f4ba0;
--color-2: #9e69b0;
--color-3: #b5a8d6;
--color-4: #f2d6a1;
--color-5: #ff6e61;
}

CSS del degradado de fondo Mystic Monkey

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f4ba0, #9e69b0, #b5a8d6, #f2d6a1, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f4ba0, #9e69b0, #b5a8d6, #f2d6a1, #ff6e61);
}

Mystic Monkey color palette created on .