Paleta de colores Insanity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Insanity palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Insanity

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

CSS de la paleta de colores Insanity

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6f4c3e;
}
.color-3 {
color: #f3e13f;
}
.color-4 {
color: #6b5b95;
}
.color-5 {
color: #87af4b;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6f4c3e;
--color-3: #f3e13f;
--color-4: #6b5b95;
--color-5: #87af4b;
}

CSS del degradado de fondo Insanity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6f4c3e, #f3e13f, #6b5b95, #87af4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6f4c3e, #f3e13f, #6b5b95, #87af4b);
}

Insanity color palette created on .