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: #aa50c3;
}
.color-2 {
color: #b35cc7;
}
.color-3 {
color: #d1426b;
}
.color-4 {
color: #7b1e5e;
}
.color-5 {
color: #3c2a3c;
}

/* CSS Variables */
:root {
--color-1: #aa50c3;
--color-2: #b35cc7;
--color-3: #d1426b;
--color-4: #7b1e5e;
--color-5: #3c2a3c;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aa50c3, #b35cc7, #d1426b, #7b1e5e, #3c2a3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aa50c3, #b35cc7, #d1426b, #7b1e5e, #3c2a3c);
}

Shades of Purple color palette created on .