Color names in this palette
CSS code for this palette
/* CSS */
.english-river {
color: #3c7b8b;
}
.rockpool {
color: #4ea29f;
}
.sweet-garden {
color: #5cd1b6;
}
.pasta {
color: #f8e2af;
}
.durotar-fire {
color: #f05a28;
}
/* CSS Variables */
:root {
--english-river:#3c7b8b;
--rockpool:#4ea29f;
--sweet-garden:#5cd1b6;
--pasta:#f8e2af;
--durotar-fire:#f05a28;
}