Try this CSS to get the effect for the Command Palette. I am not sure if that is exactly what you meant by “navigation section.”
.prompt {
backdrop-filter: blur(5px) contrast(200%);
opacity: 90%;
}
Feel free to tweak to your liking and post better results if you have.