Color names in this palette
CSS code for this palette
/* CSS */
.valley-of-glaciers {
color: #2b7c9c;
}
.sacred-turquoise {
color: #4db3a0;
}
.fresco-green {
color: #81d5b2;
}
.yellow-petal {
color: #f2ea50;
}
.troll-slayer-orange {
color: #f8a34f;
}
/* CSS Variables */
:root {
--valley-of-glaciers:#2b7c9c;
--sacred-turquoise:#4db3a0;
--fresco-green:#81d5b2;
--yellow-petal:#f2ea50;
--troll-slayer-orange:#f8a34f;
}