Color names in this palette
CSS code for this palette
/* CSS */
.valley-of-glaciers {
color: #297b99;
}
.green-grapple {
color: #3bb3b5;
}
.weird-green {
color: #4fde81;
}
.flame-seal {
color: #f9e358;
}
.raw-sunset {
color: #fa5a29;
}
/* CSS Variables */
:root {
--valley-of-glaciers:#297b99;
--green-grapple:#3bb3b5;
--weird-green:#4fde81;
--flame-seal:#f9e358;
--raw-sunset:#fa5a29;
}