Color names in this palette
CSS code for this palette
/* CSS */
.aerobic-fix {
color: #a1c34b;
}
.dream-of-spring {
color: #f6d12c;
}
.peach-bud {
color: #f9b3ae;
}
.crab-curry {
color: #d64b24;
}
.jade-dragon {
color: #6b9e91;
}
/* CSS Variables */
:root {
--aerobic-fix:#a1c34b;
--dream-of-spring:#f6d12c;
--peach-bud:#f9b3ae;
--crab-curry:#d64b24;
--jade-dragon:#6b9e91;
}