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: #be66f4;
}
.color-2 {
color: #a95cc7;
}
.color-3 {
color: #8b4ea2;
}
.color-4 {
color: #f1a7e0;
}
.color-5 {
color: #f4c8d6;
}

/* CSS Variables */
:root {
--color-1: #be66f4;
--color-2: #a95cc7;
--color-3: #8b4ea2;
--color-4: #f1a7e0;
--color-5: #f4c8d6;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #be66f4, #a95cc7, #8b4ea2, #f1a7e0, #f4c8d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #be66f4, #a95cc7, #8b4ea2, #f1a7e0, #f4c8d6);
}

Shades of Purple color palette created on .