Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.mississippi-river {
color: #3a698d;
}
.saga-blue {
color: #73a2b0;
}
.mocha-dandelion {
color: #f3d86d;
}
.entan-red {
color: #f16c4b;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--mississippi-river:#3a698d;
--saga-blue:#73a2b0;
--mocha-dandelion:#f3d86d;
--entan-red:#f16c4b;
}