Color names in this palette
CSS code for this palette
/* CSS */
.passionate-blue {
color: #1e396b;
}
.azure-blue {
color: #4b8dc3;
}
.mizu {
color: #6fc1e2;
}
.solar-plexus-chakra {
color: #f0ca4c;
}
.chinese-orange {
color: #f16f3b;
}
/* CSS Variables */
:root {
--passionate-blue:#1e396b;
--azure-blue:#4b8dc3;
--mizu:#6fc1e2;
--solar-plexus-chakra:#f0ca4c;
--chinese-orange:#f16f3b;
}