Shades of Purple Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Purple palette

Condividi questa palette a:

tavolozza dei colori Shades of Purple CSS

/* CSS */
.color-1 {
color: #d7a8c2;
}
.color-2 {
color: #b493b1;
}
.color-3 {
color: #8e6e96;
}
.color-4 {
color: #5b3b6d;
}
.color-5 {
color: #3e2b55;
}

/* CSS Variables */
:root {
--color-1: #d7a8c2;
--color-2: #b493b1;
--color-3: #8e6e96;
--color-4: #5b3b6d;
--color-5: #3e2b55;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7a8c2, #b493b1, #8e6e96, #5b3b6d, #3e2b55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7a8c2, #b493b1, #8e6e96, #5b3b6d, #3e2b55);
}

Shades of Purple color palette created on .