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: #9a3c6a;
}
.color-2 {
color: #d85a8c;
}
.color-3 {
color: #f18eb7;
}
.color-4 {
color: #f1c48e;
}
.color-5 {
color: #f7e4a6;
}

/* CSS Variables */
:root {
--color-1: #9a3c6a;
--color-2: #d85a8c;
--color-3: #f18eb7;
--color-4: #f1c48e;
--color-5: #f7e4a6;
}

CSS del degradado de fondo Vibrant Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9a3c6a, #d85a8c, #f18eb7, #f1c48e, #f7e4a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9a3c6a, #d85a8c, #f18eb7, #f1c48e, #f7e4a6);
}

Vibrant Pink color palette created on .