Color names in this palette
CSS code for this palette
/* CSS */
.cold-brew-tonic {
color: #c75d3d;
}
.sizzling-sunset {
color: #e77f4b;
}
.mad-for-mango {
color: #f5a300;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.mango {
color: #faaa29;
}
/* CSS Variables */
:root {
--cold-brew-tonic:#c75d3d;
--sizzling-sunset:#e77f4b;
--mad-for-mango:#f5a300;
--creamy-sweet-corn:#f9c54e;
--mango:#faaa29;
}