Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.chinese-porcelain {
color: #3b5c7d;
}
.storm-blue {
color: #4f809c;
}
.dutch-orange {
color: #e1a937;
}
.crab-curry {
color: #da4b2b;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--chinese-porcelain:#3b5c7d;
--storm-blue:#4f809c;
--dutch-orange:#e1a937;
--crab-curry:#da4b2b;
}