Color names in this palette
CSS code for this palette
/* CSS */
.cream-can {
color: #edc550;
}
.giallo {
color: #f1d63b;
}
.syndicalist {
color: #f5c400;
}
.mad-for-mango {
color: #f5a300;
}
.fire-dragon-bright {
color: #f56e00;
}
/* CSS Variables */
:root {
--cream-can:#edc550;
--giallo:#f1d63b;
--syndicalist:#f5c400;
--mad-for-mango:#f5a300;
--fire-dragon-bright:#f56e00;
}