Color names in this palette
CSS code for this palette
/* CSS */
.grenadier {
color: #c74938;
}
.fired-up {
color: #d57a39;
}
.choux-la-cr-me {
color: #eacb7b;
}
.conceptual {
color: #7bc84c;
}
.stratos-blue {
color: #389cc7;
}
/* CSS Variables */
:root {
--grenadier:#c74938;
--fired-up:#d57a39;
--choux-la-cr-me:#eacb7b;
--conceptual:#7bc84c;
--stratos-blue:#389cc7;
}