Named after Emperor Ashoka, this deep blue is featured in the Ashoka Chakra at the center of India's national flag. Blue is the color of Lord Krishna's skin in Hindu art and appears in the wheel of dharma, representing truth and righteous law.
:root {
--color-ashoka-blue: #000080;
}
.example {
background-color: var(--color-ashoka-blue);
}