Paleta de colores Vibrant Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Pink palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Pink

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #f78db2;
}
.color-3 {
color: #f9e66c;
}
.color-4 {
color: #4cc5e1;
}
.color-5 {
color: #6a4c94;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f78db2;
--color-3: #f9e66c;
--color-4: #4cc5e1;
--color-5: #6a4c94;
}

CSS del degradado de fondo Vibrant Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f78db2, #f9e66c, #4cc5e1, #6a4c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f78db2, #f9e66c, #4cc5e1, #6a4c94);
}

Vibrant Pink color palette created on .