Color names in this palette
CSS code for this palette
/* CSS */
.pure-red {
color: #d62b1f;
}
.mad-for-mango {
color: #f5a300;
}
.creamy-sweet-corn {
color: #f6c34c;
}
.cyclamen-red {
color: #a65e8e;
}
.minsk {
color: #3a2c6d;
}
/* CSS Variables */
:root {
--pure-red:#d62b1f;
--mad-for-mango:#f5a300;
--creamy-sweet-corn:#f6c34c;
--cyclamen-red:#a65e8e;
--minsk:#3a2c6d;
}