Color names in this palette
CSS code for this palette
/* CSS */
.pastel-peach {
color: #f5caad;
}
.fireflies {
color: #f7d7a6;
}
.durango-dust {
color: #f9e49f;
}
.maximum-yellow-red {
color: #f2ba4a;
}
.koi {
color: #d66838;
}
/* CSS Variables */
:root {
--pastel-peach:#f5caad;
--fireflies:#f7d7a6;
--durango-dust:#f9e49f;
--maximum-yellow-red:#f2ba4a;
--koi:#d66838;
}