Paleta de colores Mind Escape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mind Escape palette

Compartir esta paleta en:

Descargar la paleta de colores Mind Escape (PNG)

Download mind escape color palette PNG image (landscape)
Download mind escape color palette PNG image (square)

CSS de la paleta de colores Mind Escape

/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #4cae4f;
}
.color-5 {
color: #80deea;
}

/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #ff6d1f;
--color-3: #ffd900;
--color-4: #4cae4f;
--color-5: #80deea;
}

CSS del degradado de fondo Mind Escape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #ff6d1f, #ffd900, #4cae4f, #80deea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #ff6d1f, #ffd900, #4cae4f, #80deea);
}

Mind Escape color palette created on .