Color names in this palette
CSS code for this palette
/* CSS */
.hot-orange {
color: #f38a39;
}
.mango-margarita {
color: #f7b450;
}
.golden-sand {
color: #ebcb6b;
}
.winsome-hue {
color: #a8d6e1;
}
.rainy-lake {
color: #3e6b8e;
}
/* CSS Variables */
:root {
--hot-orange:#f38a39;
--mango-margarita:#f7b450;
--golden-sand:#ebcb6b;
--winsome-hue:#a8d6e1;
--rainy-lake:#3e6b8e;
}