Color names in this palette
CSS code for this palette
/* CSS */
.azure-blue {
color: #4a91c4;
}
.ocean-call {
color: #2a6c8d;
}
.greenbrier {
color: #4b9b6c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.coral-orange {
color: #e66b4c;
}
/* CSS Variables */
:root {
--azure-blue:#4a91c4;
--ocean-call:#2a6c8d;
--greenbrier:#4b9b6c;
--solar-plexus-chakra:#f1c84b;
--coral-orange:#e66b4c;
}