Color names in this palette
CSS code for this palette
/* CSS */
.hawaiian-passion {
color: #f9a53e;
}
.dream-of-spring {
color: #f5d629;
}
.yellow-chalk {
color: #f3f7b1;
}
.overtone {
color: #a2e7b7;
}
.dayflower {
color: #3a9ddf;
}
/* CSS Variables */
:root {
--hawaiian-passion:#f9a53e;
--dream-of-spring:#f5d629;
--yellow-chalk:#f3f7b1;
--overtone:#a2e7b7;
--dayflower:#3a9ddf;
}