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: #ff5c7c;
}
.color-2 {
color: #ff9a5c;
}
.color-3 {
color: #ffd95c;
}
.color-4 {
color: #5cff9a;
}
.color-5 {
color: #5c7cff;
}

/* CSS Variables */
:root {
--color-1: #ff5c7c;
--color-2: #ff9a5c;
--color-3: #ffd95c;
--color-4: #5cff9a;
--color-5: #5c7cff;
}

CSS del degradado de fondo Vibrant Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c7c, #ff9a5c, #ffd95c, #5cff9a, #5c7cff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c7c, #ff9a5c, #ffd95c, #5cff9a, #5c7cff);
}

Vibrant Pink color palette created on .