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: #1c1f3b;
}
.color-2 {
color: #4b4e6c;
}
.color-3 {
color: #7e80a5;
}
.color-4 {
color: #b1a3c8;
}
.color-5 {
color: #cfb3df;
}

/* CSS Variables */
:root {
--color-1: #1c1f3b;
--color-2: #4b4e6c;
--color-3: #7e80a5;
--color-4: #b1a3c8;
--color-5: #cfb3df;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1f3b, #4b4e6c, #7e80a5, #b1a3c8, #cfb3df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1f3b, #4b4e6c, #7e80a5, #b1a3c8, #cfb3df);
}

Shades of Purple color palette created on .