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: #794b8b;
}
.color-2 {
color: #b95f7a;
}
.color-3 {
color: #f1af93;
}
.color-4 {
color: #f4d35d;
}
.color-5 {
color: #e8493b;
}

/* CSS Variables */
:root {
--color-1: #794b8b;
--color-2: #b95f7a;
--color-3: #f1af93;
--color-4: #f4d35d;
--color-5: #e8493b;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794b8b, #b95f7a, #f1af93, #f4d35d, #e8493b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794b8b, #b95f7a, #f1af93, #f4d35d, #e8493b);
}

Shades of Purple color palette created on .