Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1f3b6b;
}
.endeavour {
color: #2b5a8c;
}
.mountain-bluebird {
color: #4b9dc3;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.flame {
color: #e05a29;
}
/* CSS Variables */
:root {
--limoges:#1f3b6b;
--endeavour:#2b5a8c;
--mountain-bluebird:#4b9dc3;
--solar-plexus-chakra:#f1cb4b;
--flame:#e05a29;
}