Color names in this palette
CSS code for this palette
/* CSS */
.yellow-currant {
color: #f8c56d;
}
.ginger-milk {
color: #f9a358;
}
.sea-nettle {
color: #f77a3b;
}
.karaka-orange {
color: #f54e29;
}
.poppy-red {
color: #e63746;
}
/* CSS Variables */
:root {
--yellow-currant:#f8c56d;
--ginger-milk:#f9a358;
--sea-nettle:#f77a3b;
--karaka-orange:#f54e29;
--poppy-red:#e63746;
}