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: #6a00ff;
}
.color-2 {
color: #892eff;
}
.color-3 {
color: #9f38ff;
}
.color-4 {
color: #b65cff;
}
.color-5 {
color: #d175ff;
}

/* CSS Variables */
:root {
--color-1: #6a00ff;
--color-2: #892eff;
--color-3: #9f38ff;
--color-4: #b65cff;
--color-5: #d175ff;
}

CSS con gradiente di sfondo Vibrant Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a00ff, #892eff, #9f38ff, #b65cff, #d175ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a00ff, #892eff, #9f38ff, #b65cff, #d175ff);
}

Vibrant Purple color palette created on .