Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1f3d5c;
}
.zenith {
color: #497b9c;
}
.pond-blue {
color: #89b7c8;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--sir-edmund:#1f3d5c;
--zenith:#497b9c;
--pond-blue:#89b7c8;
--solar-plexus-chakra:#f1c84b;
--entan-red:#e76e50;
}