Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.puerto-rico {
color: #54b6a0;
}
.taos-turquoise {
color: #2c8c8c;
}
.lacustral {
color: #1d4d4e;
}
.tal-yi-gold {
color: #e6b35c;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--puerto-rico:#54b6a0;
--taos-turquoise:#2c8c8c;
--lacustral:#1d4d4e;
--tal-yi-gold:#e6b35c;
}