Color names in this palette
CSS code for this palette
/* CSS */
.fireglow {
color: #d45d40;
}
.dairy-made {
color: #f2b440;
}
.mellow-yellow {
color: #f5e07f;
}
.aquastone {
color: #89c8b8;
}
.picton-blue {
color: #5c9cd1;
}
/* CSS Variables */
:root {
--fireglow:#d45d40;
--dairy-made:#f2b440;
--mellow-yellow:#f5e07f;
--aquastone:#89c8b8;
--picton-blue:#5c9cd1;
}