CSS code for this palette
/* CSS */
.siren {
color: #6d2c3e;
}
.grenadier {
color: #c74938;
}
.welcoming-wasp {
color: #f0a800;
}
.citrine {
color: #e5d60b;
}
.almost-aloe {
color: #c6e9af;
}
/* CSS Variables */
:root {
--siren:#6d2c3e;
--grenadier:#c74938;
--welcoming-wasp:#f0a800;
--citrine:#e5d60b;
--almost-aloe:#c6e9af;
}