Pink Dragon Fruit Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Dragon Fruit palette

Condividi questa palette a:

tavolozza dei colori Pink Dragon Fruit CSS

/* 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 con gradiente di sfondo 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);
}

Pink Dragon Fruit color palette created on .