Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d12c;
}
.mad-for-mango {
color: #faa200;
}
.fresh-squeezed {
color: #ffae00;
}
.samoan-sun {
color: #f6ba41;
}
.harvest-at-dusk {
color: #d18029;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d12c;
--mad-for-mango:#faa200;
--fresh-squeezed:#ffae00;
--samoan-sun:#f6ba41;
--harvest-at-dusk:#d18029;
}