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: #ff70a7;
}
.color-2 {
color: #ffaf75;
}
.color-3 {
color: #ffd685;
}
.color-4 {
color: #97eb05;
}
.color-5 {
color: #ff47d4;
}

/* CSS Variables */
:root {
--color-1: #ff70a7;
--color-2: #ffaf75;
--color-3: #ffd685;
--color-4: #97eb05;
--color-5: #ff47d4;
}

CSS del degradado de fondo Vibrant Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff70a7, #ffaf75, #ffd685, #97eb05, #ff47d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff70a7, #ffaf75, #ffd685, #97eb05, #ff47d4);
}

Vibrant Pink color palette created on .