Elegant Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Elegant Pink palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Elegant Pink

Download elegant pink color palette PNG image (landscape)
Download elegant pink color palette PNG image (square)

tavolozza dei colori Elegant Pink CSS

/* CSS */
.color-1 {
color: #e09fc8;
}
.color-2 {
color: #d7708d;
}
.color-3 {
color: #9a4c9e;
}
.color-4 {
color: #6f2c90;
}
.color-5 {
color: #4b3f73;
}

/* CSS Variables */
:root {
--color-1: #e09fc8;
--color-2: #d7708d;
--color-3: #9a4c9e;
--color-4: #6f2c90;
--color-5: #4b3f73;
}

CSS con gradiente di sfondo Elegant Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e09fc8, #d7708d, #9a4c9e, #6f2c90, #4b3f73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e09fc8, #d7708d, #9a4c9e, #6f2c90, #4b3f73);
}

Elegant Pink color palette created on .