Color names in this palette
CSS code for this palette
/* CSS */
.salmon-eggs {
color: #f9d55d;
}
.smashed-pumpkin {
color: #ff6a3d;
}
.ripe-pumpkin {
color: #ffb133;
}
.glossy-gold {
color: #ffdd75;
}
.chiffon {
color: #f2f7b6;
}
/* CSS Variables */
:root {
--salmon-eggs:#f9d55d;
--smashed-pumpkin:#ff6a3d;
--ripe-pumpkin:#ffb133;
--glossy-gold:#ffdd75;
--chiffon:#f2f7b6;
}