Color names in this palette
CSS code for this palette
/* CSS */
.sumac-dyed {
color: #e7891d;
}
.goldsmith {
color: #f0b14c;
}
.maybe-maui {
color: #f7d58d;
}
.mountain-laurel {
color: #f4c8d6;
}
.bubblegum {
color: #e85e73;
}
/* CSS Variables */
:root {
--sumac-dyed:#e7891d;
--goldsmith:#f0b14c;
--maybe-maui:#f7d58d;
--mountain-laurel:#f4c8d6;
--bubblegum:#e85e73;
}