Color names in this palette
CSS code for this palette
/* CSS */
.pure-red {
color: #d62b1f;
}
.mad-for-mango {
color: #f5a300;
}
.jeune-citron {
color: #a9d90d;
}
.forestial {
color: #007a33;
}
.blue-coral {
color: #1d5a6d;
}
/* CSS Variables */
:root {
--pure-red:#d62b1f;
--mad-for-mango:#f5a300;
--jeune-citron:#a9d90d;
--forestial:#007a33;
--blue-coral:#1d5a6d;
}