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: #3c3b4e;
}
.color-2 {
color: #5c5a72;
}
.color-3 {
color: #8a7d9b;
}
.color-4 {
color: #c5a7c8;
}
.color-5 {
color: #e5c7e1;
}

/* CSS Variables */
:root {
--color-1: #3c3b4e;
--color-2: #5c5a72;
--color-3: #8a7d9b;
--color-4: #c5a7c8;
--color-5: #e5c7e1;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c3b4e, #5c5a72, #8a7d9b, #c5a7c8, #e5c7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c3b4e, #5c5a72, #8a7d9b, #c5a7c8, #e5c7e1);
}

Shades of Purple color palette created on .