Color names in this palette
CSS code for this palette
/* CSS */
.star-sapphire {
color: #3b6d9b;
}
.danube {
color: #5a8bbf;
}
.lucea {
color: #80b2e5;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.citrus-blast {
color: #e07b38;
}
/* CSS Variables */
:root {
--star-sapphire:#3b6d9b;
--danube:#5a8bbf;
--lucea:#80b2e5;
--solar-plexus-chakra:#f1c84b;
--citrus-blast:#e07b38;
}