Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1d798c;
}
.sacred-turquoise {
color: #4db3a2;
}
.fresco-green {
color: #80d6b3;
}
.venetian-yellow {
color: #f5e4a3;
}
.troll-slayer-orange {
color: #f49e4e;
}
/* CSS Variables */
:root {
--bermuda:#1d798c;
--sacred-turquoise:#4db3a2;
--fresco-green:#80d6b3;
--venetian-yellow:#f5e4a3;
--troll-slayer-orange:#f49e4e;
}