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