Color names in this palette
CSS code for this palette
/* CSS */
.hot-butter {
color: #e69d00;
}
.golden {
color: #f5c000;
}
.storm-lightning {
color: #f8e79b;
}
.pink-beach {
color: #f9c2a9;
}
.exuberance {
color: #d65d00;
}
/* CSS Variables */
:root {
--hot-butter:#e69d00;
--golden:#f5c000;
--storm-lightning:#f8e79b;
--pink-beach:#f9c2a9;
--exuberance:#d65d00;
}