Paleta de colores Vibrant Pink Galaxy

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Pink Galaxy palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Pink Galaxy

/* CSS */
.color-1 {
color: #ff3d81;
}
.color-2 {
color: #9b58b6;
}
.color-3 {
color: #2b3d50;
}
.color-4 {
color: #354a5f;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #ff3d81;
--color-2: #9b58b6;
--color-3: #2b3d50;
--color-4: #354a5f;
--color-5: #e74d3c;
}

CSS del degradado de fondo Vibrant Pink Galaxy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d81, #9b58b6, #2b3d50, #354a5f, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d81, #9b58b6, #2b3d50, #354a5f, #e74d3c);
}

Vibrant Pink Galaxy color palette created on .