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: #1f1b23;
}
.color-2 {
color: #4b3d4c;
}
.color-3 {
color: #7b6a8a;
}
.color-4 {
color: #b6a5b2;
}
.color-5 {
color: #f3e4c9;
}

/* CSS Variables */
:root {
--color-1: #1f1b23;
--color-2: #4b3d4c;
--color-3: #7b6a8a;
--color-4: #b6a5b2;
--color-5: #f3e4c9;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b23, #4b3d4c, #7b6a8a, #b6a5b2, #f3e4c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b23, #4b3d4c, #7b6a8a, #b6a5b2, #f3e4c9);
}

Shades of Purple color palette created on .