Color names in this palette
CSS code for this palette
/* CSS */
.bright-orange {
color: #ff7033;
}
.pale-marigold {
color: #ffbd42;
}
.hollandaise {
color: #ffec3d;
}
.exhilarating-green {
color: #80c684;
}
.ti-n-l-n-sky {
color: #65b5f6;
}
/* CSS Variables */
:root {
--bright-orange:#ff7033;
--pale-marigold:#ffbd42;
--hollandaise:#ffec3d;
--exhilarating-green:#80c684;
--ti-n-l-n-sky:#65b5f6;
}