Color names in this palette
CSS code for this palette
/* CSS */
.nacho-cheese {
color: #ffbb00;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.green-seduction {
color: #43b12b;
}
.valley-of-glaciers {
color: #2d7b9a;
}
.galaxy-express {
color: #3c3e9a;
}
/* CSS Variables */
:root {
--nacho-cheese:#ffbb00;
--creamy-sweet-corn:#f9c54e;
--green-seduction:#43b12b;
--valley-of-glaciers:#2d7b9a;
--galaxy-express:#3c3e9a;
}