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: #c700d1;
}
.color-2 {
color: #0befd4;
}
.color-3 {
color: #d6e600;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}

/* CSS Variables */
:root {
--color-1: #c700d1;
--color-2: #0befd4;
--color-3: #d6e600;
--color-4: #f9c54e;
--color-5: #f94346;
}

CSS del degradado de fondo Vibrant Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c700d1, #0befd4, #d6e600, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c700d1, #0befd4, #d6e600, #f9c54e, #f94346);
}

Vibrant Pink color palette created on .