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: #6b5be6;
}
.color-2 {
color: #ffbd52;
}
.color-3 {
color: #ff5f57;
}
.color-4 {
color: #00b893;
}
.color-5 {
color: #00ccc9;
}
/* CSS Variables */
:root {
--color-1: #6b5be6;
--color-2: #ffbd52;
--color-3: #ff5f57;
--color-4: #00b893;
--color-5: #00ccc9;
}
CSS con gradiente di sfondo Vibrant Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b5be6, #ffbd52, #ff5f57, #00b893, #00ccc9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b5be6, #ffbd52, #ff5f57, #00b893, #00ccc9);
}
Tavolozze di colori simili
Vibrant Purple color palette created on .