Color names in this palette
CSS code for this palette
/* CSS */
.golden-beryl-yellow {
color: #dba400;
}
.marigold-dust {
color: #f4cf3e;
}
.storm-lightning {
color: #f9e79f;
}
.shrimp-toast {
color: #f7c6a1;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--golden-beryl-yellow:#dba400;
--marigold-dust:#f4cf3e;
--storm-lightning:#f9e79f;
--shrimp-toast:#f7c6a1;
--orange-gluttony:#e77e23;
}