Color names in this palette
CSS code for this palette
/* CSS */
.orange-pospsicle {
color: #f4a20b;
}
.dulce-de-leche {
color: #d68a1f;
}
.texas-heatwave {
color: #a64e3a;
}
.murdoch {
color: #5b8b68;
}
.endeavour {
color: #2a5a8d;
}
/* CSS Variables */
:root {
--orange-pospsicle:#f4a20b;
--dulce-de-leche:#d68a1f;
--texas-heatwave:#a64e3a;
--murdoch:#5b8b68;
--endeavour:#2a5a8d;
}