Color names in this palette
CSS code for this palette
/* CSS */
.curry-bubbles {
color: #f5b800;
}
.creamy-sweet-corn {
color: #f9c34e;
}
.stella-dora {
color: #f9d8a4;
}
.grapefruit-pulp {
color: #ff6e61;
}
.red-orange {
color: #ff3c2e;
}
/* CSS Variables */
:root {
--curry-bubbles:#f5b800;
--creamy-sweet-corn:#f9c34e;
--stella-dora:#f9d8a4;
--grapefruit-pulp:#ff6e61;
--red-orange:#ff3c2e;
}