Paleta de colores Pink Purple Blue Arcade
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink Purple Blue Arcade palette
CSS de la paleta de colores Pink Purple Blue Arcade
/* CSS */
.color-1 {
color: #f7a1b1;
}
.color-2 {
color: #d09ad5;
}
.color-3 {
color: #897ac7;
}
.color-4 {
color: #5c8bf0;
}
.color-5 {
color: #3a4a9c;
}
/* CSS Variables */
:root {
--color-1: #f7a1b1;
--color-2: #d09ad5;
--color-3: #897ac7;
--color-4: #5c8bf0;
--color-5: #3a4a9c;
}
CSS del degradado de fondo Pink Purple Blue Arcade
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1b1, #d09ad5, #897ac7, #5c8bf0, #3a4a9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1b1, #d09ad5, #897ac7, #5c8bf0, #3a4a9c);
}
Paletas de colores similares
Pink Purple Blue Arcade color palette created on .