Paleta de colores Data Stream Symphony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Data Stream Symphony palette

Compartir esta paleta en:

CSS de la paleta de colores Data Stream Symphony

/* CSS */
.color-1 {
color: #1d4f8b;
}
.color-2 {
color: #508dbe;
}
.color-3 {
color: #8cc5e8;
}
.color-4 {
color: #f5d870;
}
.color-5 {
color: #ef5d5d;
}

/* CSS Variables */
:root {
--color-1: #1d4f8b;
--color-2: #508dbe;
--color-3: #8cc5e8;
--color-4: #f5d870;
--color-5: #ef5d5d;
}

CSS del degradado de fondo Data Stream Symphony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4f8b, #508dbe, #8cc5e8, #f5d870, #ef5d5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4f8b, #508dbe, #8cc5e8, #f5d870, #ef5d5d);
}

Data Stream Symphony color palette created on .