Quantum Antics Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Quantum Antics palette
tavolozza dei colori Quantum Antics CSS
/* CSS */
.color-1 {
color: #f15327;
}
.color-2 {
color: #faa700;
}
.color-3 {
color: #3d8f47;
}
.color-4 {
color: #2c60a0;
}
.color-5 {
color: #8b3c8b;
}
/* CSS Variables */
:root {
--color-1: #f15327;
--color-2: #faa700;
--color-3: #3d8f47;
--color-4: #2c60a0;
--color-5: #8b3c8b;
}
CSS con gradiente di sfondo Quantum Antics
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f15327, #faa700, #3d8f47, #2c60a0, #8b3c8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f15327, #faa700, #3d8f47, #2c60a0, #8b3c8b);
}
Tavolozze di colori simili
Quantum Antics color palette created on .