Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1e3c5c;
}
.revel-blue {
color: #4a6b8c;
}
.blue-mountain {
color: #7a9dbd;
}
.goldsmith {
color: #efb14d;
}
.mod-orange {
color: #d6593d;
}
/* CSS Variables */
:root {
--navy-peony:#1e3c5c;
--revel-blue:#4a6b8c;
--blue-mountain:#7a9dbd;
--goldsmith:#efb14d;
--mod-orange:#d6593d;
}