Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.noble-knight {
color: #394d79;
}
.berry-pie {
color: #506c8b;
}
.lily-pads {
color: #6bae83;
}
.green-gooseberry {
color: #b0e0a3;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--noble-knight:#394d79;
--berry-pie:#506c8b;
--lily-pads:#6bae83;
--green-gooseberry:#b0e0a3;
}