Color names in this palette
CSS code for this palette
/* CSS */
.b-dazzled-blue {
color: #2b5b97;
}
.cousteau {
color: #51a7d2;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.coral-orange {
color: #e56d48;
}
.borscht {
color: #8d2a2a;
}
/* CSS Variables */
:root {
--b-dazzled-blue:#2b5b97;
--cousteau:#51a7d2;
--solar-plexus-chakra:#f1cb4b;
--coral-orange:#e56d48;
--borscht:#8d2a2a;
}