Color names in this palette
CSS code for this palette
/* CSS */
.hot-embers {
color: #f2572c;
}
.welcoming-wasp {
color: #f0a800;
}
.vanilla {
color: #f2e5ab;
}
.downy {
color: #6fd3c0;
}
.amaranth-pink {
color: #f29cbb;
}
/* CSS Variables */
:root {
--hot-embers:#f2572c;
--welcoming-wasp:#f0a800;
--vanilla:#f2e5ab;
--downy:#6fd3c0;
--amaranth-pink:#f29cbb;
}