Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.syndicalist {
color: #f5c400;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.mystic-tulip {
color: #f6b8a2;
}
.candy-heart-pink {
color: #f6a2a4;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--syndicalist:#f5c400;
--enjoyable-yellow:#f6d6a7;
--mystic-tulip:#f6b8a2;
--candy-heart-pink:#f6a2a4;
}