Color names in this palette
CSS code for this palette
/* CSS */
.glitter-yellow {
color: #f9d75d;
}
.duckling {
color: #f7b059;
}
.barbarian {
color: #f78b59;
}
.bricks-of-hope {
color: #d85a5a;
}
.cosmetic-red {
color: #a45b7d;
}
/* CSS Variables */
:root {
--glitter-yellow:#f9d75d;
--duckling:#f7b059;
--barbarian:#f78b59;
--bricks-of-hope:#d85a5a;
--cosmetic-red:#a45b7d;
}