Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.ocean-call {
color: #2a698d;
}
.bachelor-button {
color: #4cc2d6;
}
.cakepop-sorbet {
color: #f8c749;
}
.durotar-fire {
color: #f05a28;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--ocean-call:#2a698d;
--bachelor-button:#4cc2d6;
--cakepop-sorbet:#f8c749;
--durotar-fire:#f05a28;
}