Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.doughnut {
color: #f1a15b;
}
.jaffa {
color: #e07d48;
}
.sweet-mandarin {
color: #d25937;
}
.valiant-poppy {
color: #b73c2a;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--doughnut:#f1a15b;
--jaffa:#e07d48;
--sweet-mandarin:#d25937;
--valiant-poppy:#b73c2a;
}