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: #f3e4aa;
}
.color-2 {
color: #b9a5e9;
}
.color-3 {
color: #7c4dff;
}
.color-4 {
color: #5d3c9a;
}
.color-5 {
color: #4a2c90;
}

/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #b9a5e9;
--color-3: #7c4dff;
--color-4: #5d3c9a;
--color-5: #4a2c90;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #b9a5e9, #7c4dff, #5d3c9a, #4a2c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #b9a5e9, #7c4dff, #5d3c9a, #4a2c90);
}

Shades of Purple color palette created on .