Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.creamy-sweet-corn {
color: #f6c34c;
}
.golden-blonde {
color: #f1e17e;
}
.first-date {
color: #f2b2a1;
}
.coral-almond {
color: #e69d94;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--creamy-sweet-corn:#f6c34c;
--golden-blonde:#f1e17e;
--first-date:#f2b2a1;
--coral-almond:#e69d94;
}