Vibrant Purple Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Purple palette

Condividi questa palette a:

tavolozza dei colori Vibrant Purple CSS

/* CSS */
.color-1 {
color: #7b4c9a;
}
.color-2 {
color: #4b91e2;
}
.color-3 {
color: #009485;
}
.color-4 {
color: #e1e12d;
}
.color-5 {
color: #f76a55;
}

/* CSS Variables */
:root {
--color-1: #7b4c9a;
--color-2: #4b91e2;
--color-3: #009485;
--color-4: #e1e12d;
--color-5: #f76a55;
}

CSS con gradiente di sfondo Vibrant Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b4c9a, #4b91e2, #009485, #e1e12d, #f76a55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b4c9a, #4b91e2, #009485, #e1e12d, #f76a55);
}

Vibrant Purple color palette created on .