Color names in this palette
CSS code for this palette
/* CSS */
.plantain-chips {
color: #d6a84c;
}
.yolk-yellow {
color: #e2b150;
}
.little-sun-dress {
color: #f6c960;
}
.milky-maize {
color: #f8d9a0;
}
.shrimp-toast {
color: #f7c5a1;
}
/* CSS Variables */
:root {
--plantain-chips:#d6a84c;
--yolk-yellow:#e2b150;
--little-sun-dress:#f6c960;
--milky-maize:#f8d9a0;
--shrimp-toast:#f7c5a1;
}