Paleta de colores Futuristic Fusion

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Futuristic Fusion palette

Compartir esta paleta en:

CSS de la paleta de colores Futuristic Fusion

/* CSS */
.color-1 {
color: #54748c;
}
.color-2 {
color: #54808c;
}
.color-3 {
color: #56a6f5;
}
.color-4 {
color: #2b7bf3;
}
.color-5 {
color: #8078ed;
}

/* CSS Variables */
:root {
--color-1: #54748c;
--color-2: #54808c;
--color-3: #56a6f5;
--color-4: #2b7bf3;
--color-5: #8078ed;
}

CSS del degradado de fondo Futuristic Fusion

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #54748c, #54808c, #56a6f5, #2b7bf3, #8078ed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #54748c, #54808c, #56a6f5, #2b7bf3, #8078ed);
}

Futuristic Fusion color palette created on .