Color names in this palette
CSS code for this palette
/* CSS */
.yellow-currant {
color: #f8c56d;
}
.goldfish {
color: #f3ab5e;
}
.goku-orange {
color: #f27e3a;
}
.sunset-blaze {
color: #e65b2d;
}
.painted-poppy {
color: #c84a3c;
}
/* CSS Variables */
:root {
--yellow-currant:#f8c56d;
--goldfish:#f3ab5e;
--goku-orange:#f27e3a;
--sunset-blaze:#e65b2d;
--painted-poppy:#c84a3c;
}