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: #4b3d5c;
}
.color-2 {
color: #7c5b8b;
}
.color-3 {
color: #a76c9e;
}
.color-4 {
color: #d68f8f;
}
.color-5 {
color: #f2b96e;
}

/* CSS Variables */
:root {
--color-1: #4b3d5c;
--color-2: #7c5b8b;
--color-3: #a76c9e;
--color-4: #d68f8f;
--color-5: #f2b96e;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d5c, #7c5b8b, #a76c9e, #d68f8f, #f2b96e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d5c, #7c5b8b, #a76c9e, #d68f8f, #f2b96e);
}

Shades of Purple color palette created on .