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: #2a2e5b;
}
.color-2 {
color: #6858ca;
}
.color-3 {
color: #a86dd0;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #f76e6e;
}

/* CSS Variables */
:root {
--color-1: #2a2e5b;
--color-2: #6858ca;
--color-3: #a86dd0;
--color-4: #f5a524;
--color-5: #f76e6e;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a2e5b, #6858ca, #a86dd0, #f5a524, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a2e5b, #6858ca, #a86dd0, #f5a524, #f76e6e);
}

Shades of Purple color palette created on .