CSS code for this palette
/* CSS */
.regal-blue {
color: #1f3a56;
}
.zenith {
color: #497b9c;
}
.pond-blue {
color: #8cb6c5;
}
.sundance {
color: #f8c76d;
}
.celosia-orange {
color: #e56938;
}
/* CSS Variables */
:root {
--regal-blue:#1f3a56;
--zenith:#497b9c;
--pond-blue:#8cb6c5;
--sundance:#f8c76d;
--celosia-orange:#e56938;
}