Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.fresh-pineapple {
color: #f6d64c;
}
.durango-dust {
color: #f9e19f;
}
.pink-grapefruit {
color: #f4b8c7;
}
.untamed-orange {
color: #d95a30;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--fresh-pineapple:#f6d64c;
--durango-dust:#f9e19f;
--pink-grapefruit:#f4b8c7;
--untamed-orange:#d95a30;
}