Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f5c84d;
}
.jemima {
color: #f7d67e;
}
.summer-s-heat {
color: #f9e49a;
}
.tinker-light {
color: #fceeb6;
}
.sun-drenched {
color: #ffe5a3;
}
/* CSS Variables */
:root {
--sunny-mood:#f5c84d;
--jemima:#f7d67e;
--summer-s-heat:#f9e49a;
--tinker-light:#fceeb6;
--sun-drenched:#ffe5a3;
}