Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.creamy-sweet-corn {
color: #f6c34c;
}
.pancake {
color: #f8d887;
}
.just-blush {
color: #fcb6a1;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--creamy-sweet-corn:#f6c34c;
--pancake:#f8d887;
--just-blush:#fcb6a1;
--pompelmo:#ff6b6b;
}