Color names in this palette
CSS code for this palette
/* CSS */
.yellow-diamond {
color: #f6f1d5;
}
.goldsmith {
color: #f2b650;
}
.amber-glow {
color: #f09a38;
}
.emergency-zone {
color: #e7693c;
}
.poinciana {
color: #d83d2c;
}
/* CSS Variables */
:root {
--yellow-diamond:#f6f1d5;
--goldsmith:#f2b650;
--amber-glow:#f09a38;
--emergency-zone:#e7693c;
--poinciana:#d83d2c;
}