Paleta de colores Vital Spectrum

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vital Spectrum palette

Compartir esta paleta en:

CSS de la paleta de colores Vital Spectrum

/* CSS */
.color-1 {
color: #69bf4a;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f86c30;
}
.color-4 {
color: #e7235a;
}
.color-5 {
color: #5d9bd5;
}

/* CSS Variables */
:root {
--color-1: #69bf4a;
--color-2: #f0a800;
--color-3: #f86c30;
--color-4: #e7235a;
--color-5: #5d9bd5;
}

CSS del degradado de fondo Vital Spectrum

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69bf4a, #f0a800, #f86c30, #e7235a, #5d9bd5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69bf4a, #f0a800, #f86c30, #e7235a, #5d9bd5);
}

Vital Spectrum color palette created on .