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: #4d3b6d;
}
.color-2 {
color: #6e5d89;
}
.color-3 {
color: #8c7b9d;
}
.color-4 {
color: #b9a6c4;
}
.color-5 {
color: #e2c5e1;
}

/* CSS Variables */
:root {
--color-1: #4d3b6d;
--color-2: #6e5d89;
--color-3: #8c7b9d;
--color-4: #b9a6c4;
--color-5: #e2c5e1;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d3b6d, #6e5d89, #8c7b9d, #b9a6c4, #e2c5e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d3b6d, #6e5d89, #8c7b9d, #b9a6c4, #e2c5e1);
}

Shades of Purple color palette created on .