Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.angry-pasta {
color: #ffcd57;
}
.dublin {
color: #6fbe6f;
}
.blue-iguana {
color: #4f9ecf;
}
.durotar-fire {
color: #f15a27;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--angry-pasta:#ffcd57;
--dublin:#6fbe6f;
--blue-iguana:#4f9ecf;
--durotar-fire:#f15a27;
}