Paleta de colores Vibrant Spectrum of Love
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Spectrum of Love palette
CSS de la paleta de colores Vibrant Spectrum of Love
/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #ff5c7a;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #4ccdc4;
}
.color-5 {
color: #6d5b9f;
}
/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #ff5c7a;
--color-3: #ffb84d;
--color-4: #4ccdc4;
--color-5: #6d5b9f;
}
CSS del degradado de fondo Vibrant Spectrum of Love
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #ff5c7a, #ffb84d, #4ccdc4, #6d5b9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #ff5c7a, #ffb84d, #4ccdc4, #6d5b9f);
}
Paletas de colores similares
Vibrant Spectrum of Love color palette created on .