A deep blue linked to Indian royalty, seen in the turbans of Rajput kings and the painted walls of Mehrangarh Fort in Jodhpur. Blue city architecture, especially in Jodhpur, gives homes this regal hue that was once reserved for Brahmins.
:root {
--color-royal-blue: #000080;
}
.example {
background-color: var(--color-royal-blue);
}