Color names in this palette
CSS code for this palette
/* CSS */
.yellow-petal {
color: #f5e74d;
}
.eyelash-viper {
color: #f0c54c;
}
.jurassic-gold {
color: #e3a34f;
}
.flaming-torch {
color: #d0864e;
}
.adobe {
color: #bf694a;
}
/* CSS Variables */
:root {
--yellow-petal:#f5e74d;
--eyelash-viper:#f0c54c;
--jurassic-gold:#e3a34f;
--flaming-torch:#d0864e;
--adobe:#bf694a;
}