Color names in this palette
CSS code for this palette
/* CSS */
.just-peachy {
color: #f8c572;
}
.burnt-yellow {
color: #d3ab0d;
}
.mauve-mist {
color: #c49cd3;
}
.blue-tribute {
color: #abb9c9;
}
.guava-jelly {
color: #f19388;
}
/* CSS Variables */
:root {
--just-peachy:#f8c572;
--burnt-yellow:#d3ab0d;
--mauve-mist:#c49cd3;
--blue-tribute:#abb9c9;
--guava-jelly:#f19388;
}