Vibrant Purple Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Vibrant Purple palette
tavolozza dei colori Vibrant Purple CSS
/* CSS */
.color-1 {
color: #7c4dff;
}
.color-2 {
color: #a94dff;
}
.color-3 {
color: #e77e23;
}
.color-4 {
color: #f2d12c;
}
.color-5 {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--color-1: #7c4dff;
--color-2: #a94dff;
--color-3: #e77e23;
--color-4: #f2d12c;
--color-5: #ff4d4d;
}
CSS con gradiente di sfondo Vibrant Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c4dff, #a94dff, #e77e23, #f2d12c, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c4dff, #a94dff, #e77e23, #f2d12c, #ff4d4d);
}
Tavolozze di colori simili
Vibrant Purple color palette created on .