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: #ff00a1;
}
.color-2 {
color: #aaff00;
}
.color-3 {
color: #ff6a4d;
}
.color-4 {
color: #ffb300;
}
.color-5 {
color: #ff3c00;
}

/* CSS Variables */
:root {
--color-1: #ff00a1;
--color-2: #aaff00;
--color-3: #ff6a4d;
--color-4: #ffb300;
--color-5: #ff3c00;
}

CSS del degradado de fondo Vibrant Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff00a1, #aaff00, #ff6a4d, #ffb300, #ff3c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff00a1, #aaff00, #ff6a4d, #ffb300, #ff3c00);
}

Vibrant Pink color palette created on .