Paleta de colores Vibrant Spectrum

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Spectrum palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Spectrum

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #4b91e2;
}
.color-3 {
color: #f1c40e;
}
.color-4 {
color: #333333;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #4b91e2;
--color-3: #f1c40e;
--color-4: #333333;
--color-5: #e74d3c;
}

CSS del degradado de fondo Vibrant Spectrum

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #4b91e2, #f1c40e, #333333, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #4b91e2, #f1c40e, #333333, #e74d3c);
}

Vibrant Spectrum color palette created on .