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: #ff5c9a;
}
.color-2 {
color: #ffb86b;
}
.color-3 {
color: #ffd83d;
}
.color-4 {
color: #6feb84;
}
.color-5 {
color: #4b91e2;
}

/* CSS Variables */
:root {
--color-1: #ff5c9a;
--color-2: #ffb86b;
--color-3: #ffd83d;
--color-4: #6feb84;
--color-5: #4b91e2;
}

CSS del degradado de fondo Vibrant Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c9a, #ffb86b, #ffd83d, #6feb84, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c9a, #ffb86b, #ffd83d, #6feb84, #4b91e2);
}

Vibrant Pink color palette created on .