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: #ff4d8b;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #6ccb79;
}
.color-4 {
color: #4da6ff;
}
.color-5 {
color: #a96bff;
}

/* CSS Variables */
:root {
--color-1: #ff4d8b;
--color-2: #ffb84d;
--color-3: #6ccb79;
--color-4: #4da6ff;
--color-5: #a96bff;
}

CSS del degradado de fondo Vibrant Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d8b, #ffb84d, #6ccb79, #4da6ff, #a96bff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d8b, #ffb84d, #6ccb79, #4da6ff, #a96bff);
}

Vibrant Pink color palette created on .