Color names in this palette
CSS code for this palette
/* CSS */
.sundown {
color: #f5c99e;
}
.pumpkin-hue {
color: #f6a579;
}
.breeze-of-chilli {
color: #f86d6d;
}
.bara-red {
color: #e84f66;
}
.night-shadz {
color: #a03b58;
}
/* CSS Variables */
:root {
--sundown:#f5c99e;
--pumpkin-hue:#f6a579;
--breeze-of-chilli:#f86d6d;
--bara-red:#e84f66;
--night-shadz:#a03b58;
}