Color names in this palette
CSS code for this palette
/* CSS */
.honey-grove {
color: #d9b34a;
}
.quilt-gold {
color: #e8c669;
}
.solaria {
color: #f4d890;
}
.first-date {
color: #f1b4a2;
}
.pumpkin-bread {
color: #d57e44;
}
/* CSS Variables */
:root {
--honey-grove:#d9b34a;
--quilt-gold:#e8c669;
--solaria:#f4d890;
--first-date:#f1b4a2;
--pumpkin-bread:#d57e44;
}