Color names in this palette
CSS code for this palette
/* CSS */
.grenadier {
color: #c64739;
}
.persian-orange {
color: #d88e5a;
}
.sienna-yellow {
color: #f2d08c;
}
.dappled-sunlight {
color: #f3e4c9;
}
.gumball {
color: #e8b5d3;
}
/* CSS Variables */
:root {
--grenadier:#c64739;
--persian-orange:#d88e5a;
--sienna-yellow:#f2d08c;
--dappled-sunlight:#f3e4c9;
--gumball:#e8b5d3;
}