Color names in this palette
CSS code for this palette
/* CSS */
.hygiene-green {
color: #61c2b8;
}
.river-blue {
color: #3ab6cf;
}
.valley-of-glaciers {
color: #2c7c96;
}
.buttery-croissant {
color: #f6e09d;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--hygiene-green:#61c2b8;
--river-blue:#3ab6cf;
--valley-of-glaciers:#2c7c96;
--buttery-croissant:#f6e09d;
--creamy-sweet-corn:#f9c54e;
}