Color names in this palette
CSS code for this palette
/* CSS */
.hello-yellow {
color: #ffe59e;
}
.arts-crafts-gold {
color: #f6c188;
}
.corn-maze {
color: #e2a86a;
}
.deep-coral {
color: #d97b59;
}
.raw-copper {
color: #c66c4e;
}
/* CSS Variables */
:root {
--hello-yellow:#ffe59e;
--arts-crafts-gold:#f6c188;
--corn-maze:#e2a86a;
--deep-coral:#d97b59;
--raw-copper:#c66c4e;
}