Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.venetian-yellow {
color: #f8e6a0;
}
.lull-wind {
color: #c4d6e8;
}
.blue-elemental {
color: #5a8cf6;
}
.galaxy-express {
color: #3c3e9a;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--venetian-yellow:#f8e6a0;
--lull-wind:#c4d6e8;
--blue-elemental:#5a8cf6;
--galaxy-express:#3c3e9a;
}