Color names in this palette
CSS code for this palette
/* CSS */
.corn {
color: #f9f15d;
}
.hot-orange {
color: #f68d3c;
}
.pink-yarrow {
color: #d4408c;
}
.galactic-purple {
color: #4b2d8f;
}
.newport-blue {
color: #1a8acb;
}
/* CSS Variables */
:root {
--corn:#f9f15d;
--hot-orange:#f68d3c;
--pink-yarrow:#d4408c;
--galactic-purple:#4b2d8f;
--newport-blue:#1a8acb;
}