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: #672ec2;
}
.color-2 {
color: #7f4bbe;
}
.color-3 {
color: #a68bcb;
}
.color-4 {
color: #d1c2e0;
}
.color-5 {
color: #eab8e4;
}

/* CSS Variables */
:root {
--color-1: #672ec2;
--color-2: #7f4bbe;
--color-3: #a68bcb;
--color-4: #d1c2e0;
--color-5: #eab8e4;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #672ec2, #7f4bbe, #a68bcb, #d1c2e0, #eab8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #672ec2, #7f4bbe, #a68bcb, #d1c2e0, #eab8e4);
}

Shades of Purple color palette created on .