Color names in this palette
CSS code for this palette
/* CSS */
.sun-orange {
color: #f47b1f;
}
.hot-sun {
color: #fab429;
}
.salmon-eggs {
color: #f9d55d;
}
.cente-tl-yellow {
color: #f5e17a;
}
.coastal-breeze {
color: #dff5f6;
}
/* CSS Variables */
:root {
--sun-orange:#f47b1f;
--hot-sun:#fab429;
--salmon-eggs:#f9d55d;
--cente-tl-yellow:#f5e17a;
--coastal-breeze:#dff5f6;
}