Color names in this palette
CSS code for this palette
/* CSS */
.technical-blue {
color: #597c91;
}
.rest-assured {
color: #9cc2c9;
}
.almond-cream {
color: #f4c19f;
}
.mango-orange {
color: #ff8c57;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--technical-blue:#597c91;
--rest-assured:#9cc2c9;
--almond-cream:#f4c19f;
--mango-orange:#ff8c57;
--mandarin-red:#e74d3c;
}