Paleta de colores Mystic Intelligence

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mystic Intelligence palette

Compartir esta paleta en:

CSS de la paleta de colores Mystic Intelligence

/* CSS */
.color-1 {
color: #3b5b8c;
}
.color-2 {
color: #799aaf;
}
.color-3 {
color: #a3c2d7;
}
.color-4 {
color: #d0e2e6;
}
.color-5 {
color: #f3f6f7;
}

/* CSS Variables */
:root {
--color-1: #3b5b8c;
--color-2: #799aaf;
--color-3: #a3c2d7;
--color-4: #d0e2e6;
--color-5: #f3f6f7;
}

CSS del degradado de fondo Mystic Intelligence

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5b8c, #799aaf, #a3c2d7, #d0e2e6, #f3f6f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5b8c, #799aaf, #a3c2d7, #d0e2e6, #f3f6f7);
}

Mystic Intelligence color palette created on .