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: #1c1037;
}
.color-2 {
color: #6a3f88;
}
.color-3 {
color: #a77ccb;
}
.color-4 {
color: #f3998c;
}
.color-5 {
color: #f6d779;
}

/* CSS Variables */
:root {
--color-1: #1c1037;
--color-2: #6a3f88;
--color-3: #a77ccb;
--color-4: #f3998c;
--color-5: #f6d779;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1037, #6a3f88, #a77ccb, #f3998c, #f6d779);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1037, #6a3f88, #a77ccb, #f3998c, #f6d779);
}

Shades of Purple color palette created on .