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: #a45bc8;
}
.color-2 {
color: #b57acd;
}
.color-3 {
color: #d0a4e5;
}
.color-4 {
color: #e5b8e5;
}
.color-5 {
color: #f2c4e5;
}

/* CSS Variables */
:root {
--color-1: #a45bc8;
--color-2: #b57acd;
--color-3: #d0a4e5;
--color-4: #e5b8e5;
--color-5: #f2c4e5;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a45bc8, #b57acd, #d0a4e5, #e5b8e5, #f2c4e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a45bc8, #b57acd, #d0a4e5, #e5b8e5, #f2c4e5);
}

Shades of Purple color palette created on .