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: #ff3d8b;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb13d;
}
.color-4 {
color: #6cda8f;
}
.color-5 {
color: #4b8abe;
}

/* CSS Variables */
:root {
--color-1: #ff3d8b;
--color-2: #ff6e61;
--color-3: #ffb13d;
--color-4: #6cda8f;
--color-5: #4b8abe;
}

CSS con gradiente di sfondo Pink Dragon Fruit

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d8b, #ff6e61, #ffb13d, #6cda8f, #4b8abe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d8b, #ff6e61, #ffb13d, #6cda8f, #4b8abe);
}

Pink Dragon Fruit color palette created on .