Color names in this palette
CSS code for this palette
/* CSS */
.maizena {
color: #f6ec60;
}
.skinny-jeans {
color: #5087f7;
}
.island-light {
color: #a6c6ed;
}
.blue-cardinal-flower {
color: #2f3dbc;
}
.tasman-honey-yellow {
color: #e6c55c;
}
/* CSS Variables */
:root {
--maizena:#f6ec60;
--skinny-jeans:#5087f7;
--island-light:#a6c6ed;
--blue-cardinal-flower:#2f3dbc;
--tasman-honey-yellow:#e6c55c;
}