Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.coelin-blue {
color: #4b7d91;
}
.aqua-smoke {
color: #8a9e9e;
}
.cool-as-a-cucumber {
color: #c4db70;
}
.saffron {
color: #f5c72e;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--coelin-blue:#4b7d91;
--aqua-smoke:#8a9e9e;
--cool-as-a-cucumber:#c4db70;
--saffron:#f5c72e;
}