Color names in this palette
CSS code for this palette
/* CSS */
.astral {
color: #396989;
}
.hygiene-green {
color: #5bb9b1;
}
.ice-cap-green {
color: #b9e9da;
}
.sprouted {
color: #f2d58c;
}
.durotar-fire {
color: #f05a28;
}
/* CSS Variables */
:root {
--astral:#396989;
--hygiene-green:#5bb9b1;
--ice-cap-green:#b9e9da;
--sprouted:#f2d58c;
--durotar-fire:#f05a28;
}