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: #ff4d7f;
}
.color-2 {
color: #ffa142;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #3bc4a4;
}
.color-5 {
color: #292c33;
}
/* CSS Variables */
:root {
--color-1: #ff4d7f;
--color-2: #ffa142;
--color-3: #ffec3d;
--color-4: #3bc4a4;
--color-5: #292c33;
}
CSS del degradado de fondo Vibrant Pulse
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d7f, #ffa142, #ffec3d, #3bc4a4, #292c33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d7f, #ffa142, #ffec3d, #3bc4a4, #292c33);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Brillante
Vibrant Pulse color palette created on .