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: #69af4b;
}
.color-3 {
color: #f8c572;
}
.color-4 {
color: #3b3b97;
}
.color-5 {
color: #f39c12;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #69af4b;
--color-3: #f8c572;
--color-4: #3b3b97;
--color-5: #f39c12;
}

CSS del degradado de fondo Vibrant Spectrum

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #69af4b, #f8c572, #3b3b97, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #69af4b, #f8c572, #3b3b97, #f39c12);
}

Vibrant Spectrum color palette created on .