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: #ff6e61;
}
.color-2 {
color: #6a5bcd;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #ffb3ba;
}
.color-5 {
color: #d1c7f5;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6a5bcd;
--color-3: #ffcb5c;
--color-4: #ffb3ba;
--color-5: #d1c7f5;
}

CSS del degradado de fondo Vibrant Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6a5bcd, #ffcb5c, #ffb3ba, #d1c7f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6a5bcd, #ffcb5c, #ffb3ba, #d1c7f5);
}

Vibrant Pink color palette created on .