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: #a79bc5;
}
.color-2 {
color: #baa6d9;
}
.color-3 {
color: #cda5e9;
}
.color-4 {
color: #e6b3e0;
}
.color-5 {
color: #f5a8b8;
}

/* CSS Variables */
:root {
--color-1: #a79bc5;
--color-2: #baa6d9;
--color-3: #cda5e9;
--color-4: #e6b3e0;
--color-5: #f5a8b8;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a79bc5, #baa6d9, #cda5e9, #e6b3e0, #f5a8b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a79bc5, #baa6d9, #cda5e9, #e6b3e0, #f5a8b8);
}

Shades of Purple color palette created on .