Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.chathams-blue {
color: #2a596f;
}
.rockpool {
color: #4ea29f;
}
.egg-toast {
color: #f6c80e;
}
.plastic-carrot {
color: #f35c20;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--chathams-blue:#2a596f;
--rockpool:#4ea29f;
--egg-toast:#f6c80e;
--plastic-carrot:#f35c20;
}