Paleta de colores Pink Dragon Fruit
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink Dragon Fruit palette
CSS de la paleta de colores Pink Dragon Fruit
/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #a6d8d3;
}
.color-5 {
color: #681b98;
}
/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #ff7142;
--color-3: #ffb300;
--color-4: #a6d8d3;
--color-5: #681b98;
}
CSS del degradado de fondo Pink Dragon Fruit
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #ff7142, #ffb300, #a6d8d3, #681b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #ff7142, #ffb300, #a6d8d3, #681b98);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Brillante
Pink Dragon Fruit color palette created on .