Paleta de colores Invective

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Invective palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Invective

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

CSS de la paleta de colores Invective

/* CSS */
.color-1 {
color: #4a2b3d;
}
.color-2 {
color: #995c79;
}
.color-3 {
color: #dfa69f;
}
.color-4 {
color: #f7dab0;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #4a2b3d;
--color-2: #995c79;
--color-3: #dfa69f;
--color-4: #f7dab0;
--color-5: #f9c54e;
}

CSS del degradado de fondo Invective

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2b3d, #995c79, #dfa69f, #f7dab0, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2b3d, #995c79, #dfa69f, #f7dab0, #f9c54e);
}

Invective color palette created on .