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: #3e1f47;
}
.color-2 {
color: #6a4a8c;
}
.color-3 {
color: #b86f91;
}
.color-4 {
color: #f2a65a;
}
.color-5 {
color: #f7d44b;
}

/* CSS Variables */
:root {
--color-1: #3e1f47;
--color-2: #6a4a8c;
--color-3: #b86f91;
--color-4: #f2a65a;
--color-5: #f7d44b;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e1f47, #6a4a8c, #b86f91, #f2a65a, #f7d44b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e1f47, #6a4a8c, #b86f91, #f2a65a, #f7d44b);
}

Shades of Purple color palette created on .