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: #a66e9c;
}
.color-2 {
color: #bfa5c0;
}
.color-3 {
color: #eab8e4;
}
.color-4 {
color: #d7a2c8;
}
.color-5 {
color: #c2c4e0;
}

/* CSS Variables */
:root {
--color-1: #a66e9c;
--color-2: #bfa5c0;
--color-3: #eab8e4;
--color-4: #d7a2c8;
--color-5: #c2c4e0;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a66e9c, #bfa5c0, #eab8e4, #d7a2c8, #c2c4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a66e9c, #bfa5c0, #eab8e4, #d7a2c8, #c2c4e0);
}

Shades of Purple color palette created on .