Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1b4b69;
}
.taos-turquoise {
color: #2a8d8a;
}
.sacred-turquoise {
color: #4bafa2;
}
.star-grass {
color: #76d5c4;
}
.icery {
color: #a1f7e0;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1b4b69;
--taos-turquoise:#2a8d8a;
--sacred-turquoise:#4bafa2;
--star-grass:#76d5c4;
--icery:#a1f7e0;
}