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: #f6d9a2;
}
.color-2 {
color: #f5a65c;
}
.color-3 {
color: #f76e6e;
}
.color-4 {
color: #d93a6c;
}
.color-5 {
color: #9736b0;
}

/* CSS Variables */
:root {
--color-1: #f6d9a2;
--color-2: #f5a65c;
--color-3: #f76e6e;
--color-4: #d93a6c;
--color-5: #9736b0;
}

CSS del degradado de fondo Vibrant Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d9a2, #f5a65c, #f76e6e, #d93a6c, #9736b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d9a2, #f5a65c, #f76e6e, #d93a6c, #9736b0);
}

Vibrant Pink color palette created on .