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: #d03e6f;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f0d000;
}
.color-4 {
color: #a8d600;
}
.color-5 {
color: #3b7b8c;
}

/* CSS Variables */
:root {
--color-1: #d03e6f;
--color-2: #f0a800;
--color-3: #f0d000;
--color-4: #a8d600;
--color-5: #3b7b8c;
}

CSS del degradado de fondo Vibrant Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d03e6f, #f0a800, #f0d000, #a8d600, #3b7b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d03e6f, #f0a800, #f0d000, #a8d600, #3b7b8c);
}

Vibrant Pink color palette created on .