Paleta de colores Vibrant Pink and Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Pink and Blue palette
CSS de la paleta de colores Vibrant Pink and Blue
/* CSS */
.color-1 {
color: #ff3d77;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #4d8bff;
}
.color-4 {
color: #5f8c3b;
}
.color-5 {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--color-1: #ff3d77;
--color-2: #ffd900;
--color-3: #4d8bff;
--color-4: #5f8c3b;
--color-5: #ff6d1f;
}
CSS del degradado de fondo Vibrant Pink and Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d77, #ffd900, #4d8bff, #5f8c3b, #ff6d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d77, #ffd900, #4d8bff, #5f8c3b, #ff6d1f);
}
Paletas de colores similares
Vibrant Pink and Blue color palette created on .