Color names in this palette
CSS code for this palette
/* CSS */
.brass-mesh {
color: #e1a54c;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.forsythia-blossom {
color: #f9d66c;
}
.blended-fruit {
color: #f9e4a4;
}
.apricot-obsession {
color: #f9c4b4;
}
/* CSS Variables */
:root {
--brass-mesh:#e1a54c;
--creamy-sweet-corn:#f9c54e;
--forsythia-blossom:#f9d66c;
--blended-fruit:#f9e4a4;
--apricot-obsession:#f9c4b4;
}