Color names in this palette
CSS code for this palette
/* CSS */
.bleached-apricot {
color: #f8c9af;
}
.corally {
color: #f9a89f;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
.durotar-fire {
color: #f15a27;
}
/* CSS Variables */
:root {
--bleached-apricot:#f8c9af;
--corally:#f9a89f;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
--durotar-fire:#f15a27;
}