Color names in this palette
CSS code for this palette
/* CSS */
.galliano {
color: #d3a622;
}
.squash-blossom {
color: #f6b83c;
}
.wickerware {
color: #fce3b0;
}
.lively-coral {
color: #e67b79;
}
.scarlet-past {
color: #a63a3a;
}
/* CSS Variables */
:root {
--galliano:#d3a622;
--squash-blossom:#f6b83c;
--wickerware:#fce3b0;
--lively-coral:#e67b79;
--scarlet-past:#a63a3a;
}