Paleta de colores Vibrant Pulse
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Pulse palette
CSS de la paleta de colores Vibrant Pulse
/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff3d1f;
}
.color-4 {
color: #ff1a66;
}
.color-5 {
color: #c7007e;
}
/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #ff6d1f;
--color-3: #ff3d1f;
--color-4: #ff1a66;
--color-5: #c7007e;
}
CSS del degradado de fondo Vibrant Pulse
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #ff6d1f, #ff3d1f, #ff1a66, #c7007e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #ff6d1f, #ff3d1f, #ff1a66, #c7007e);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Brillante
Vibrant Pulse color palette created on .