Paleta de colores Perception Shift

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Perception Shift palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Perception Shift

Download perception shift color palette PNG image (landscape)
Download perception shift color palette PNG image (square)

CSS de la paleta de colores Perception Shift

/* CSS */
.color-1 {
color: #4c3c90;
}
.color-2 {
color: #80609a;
}
.color-3 {
color: #b09cbf;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f25c54;
}

/* CSS Variables */
:root {
--color-1: #4c3c90;
--color-2: #80609a;
--color-3: #b09cbf;
--color-4: #f1c84b;
--color-5: #f25c54;
}

CSS del degradado de fondo Perception Shift

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3c90, #80609a, #b09cbf, #f1c84b, #f25c54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3c90, #80609a, #b09cbf, #f1c84b, #f25c54);
}

Perception Shift color palette created on .