Paleta de colores Pink Dragon Fruit

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Dragon Fruit palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Dragon Fruit

/* CSS */
.color-1 {
color: #ff4d7f;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffab5c;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #90509b;
}

/* CSS Variables */
:root {
--color-1: #ff4d7f;
--color-2: #ff6e61;
--color-3: #ffab5c;
--color-4: #ffd900;
--color-5: #90509b;
}

CSS del degradado de fondo Pink Dragon Fruit

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d7f, #ff6e61, #ffab5c, #ffd900, #90509b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d7f, #ff6e61, #ffab5c, #ffd900, #90509b);
}

Pink Dragon Fruit color palette created on .