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: #6c508b;
}
.color-2 {
color: #9a5b91;
}
.color-3 {
color: #d7998e;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f67e23;
}

/* CSS Variables */
:root {
--color-1: #6c508b;
--color-2: #9a5b91;
--color-3: #d7998e;
--color-4: #f1c84b;
--color-5: #f67e23;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c508b, #9a5b91, #d7998e, #f1c84b, #f67e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c508b, #9a5b91, #d7998e, #f1c84b, #f67e23);
}

Shades of Purple color palette created on .