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: #a65999;
}
.color-2 {
color: #3c1d63;
}
.color-3 {
color: #6c2c8c;
}
.color-4 {
color: #c58cb1;
}
.color-5 {
color: #f6d7c1;
}

/* CSS Variables */
:root {
--color-1: #a65999;
--color-2: #3c1d63;
--color-3: #6c2c8c;
--color-4: #c58cb1;
--color-5: #f6d7c1;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a65999, #3c1d63, #6c2c8c, #c58cb1, #f6d7c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a65999, #3c1d63, #6c2c8c, #c58cb1, #f6d7c1);
}

Shades of Purple color palette created on .