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: #1f1b79;
}
.color-2 {
color: #4a3e98;
}
.color-3 {
color: #715db1;
}
.color-4 {
color: #9b76d5;
}
.color-5 {
color: #c7a4e0;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4a3e98;
--color-3: #715db1;
--color-4: #9b76d5;
--color-5: #c7a4e0;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4a3e98, #715db1, #9b76d5, #c7a4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4a3e98, #715db1, #9b76d5, #c7a4e0);
}

Shades of Purple color palette created on .