Color names in this palette
CSS code for this palette
/* CSS */
.marigold-dust {
color: #f4cf3e;
}
.storm-lightning {
color: #f9e79f;
}
.shrimp-toast {
color: #f7c5a1;
}
.guava-jelly {
color: #f19388;
}
.plum-point {
color: #d6bce1;
}
/* CSS Variables */
:root {
--marigold-dust:#f4cf3e;
--storm-lightning:#f9e79f;
--shrimp-toast:#f7c5a1;
--guava-jelly:#f19388;
--plum-point:#d6bce1;
}