Color names in this palette
CSS code for this palette
/* CSS */
.norfolk-sky {
color: #6cb8e4;
}
.crisp-lettuce {
color: #4f9c87;
}
.green-moray {
color: #3a7867;
}
.egg-yolk {
color: #fece81;
}
.pesto-calabrese {
color: #f59a24;
}
/* CSS Variables */
:root {
--norfolk-sky:#6cb8e4;
--crisp-lettuce:#4f9c87;
--green-moray:#3a7867;
--egg-yolk:#fece81;
--pesto-calabrese:#f59a24;
}