Color names in this palette
CSS code for this palette
/* CSS */
.theatre-blue {
color: #1f4c7a;
}
.dirty-blue {
color: #3c809a;
}
.artesian-well {
color: #5db1b1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.coral-orange {
color: #e76950;
}
/* CSS Variables */
:root {
--theatre-blue:#1f4c7a;
--dirty-blue:#3c809a;
--artesian-well:#5db1b1;
--solar-plexus-chakra:#f1c84b;
--coral-orange:#e76950;
}