Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.revel-blue {
color: #4b6e8b;
}
.eiger-nordwand {
color: #7b9abc;
}
.jagged-ice {
color: #c9e9e2;
}
.orange-blast {
color: #f5c799;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--revel-blue:#4b6e8b;
--eiger-nordwand:#7b9abc;
--jagged-ice:#c9e9e2;
--orange-blast:#f5c799;
}