Color names in this palette
CSS code for this palette
/* CSS */
.blue-bauble {
color: #a9e0e0;
}
.luna-moona {
color: #76c2c6;
}
.twilight-meadow {
color: #4ea2a2;
}
.taos-turquoise {
color: #308d8d;
}
.blue-kelp {
color: #1d7c7c;
}
/* CSS Variables */
:root {
--blue-bauble:#a9e0e0;
--luna-moona:#76c2c6;
--twilight-meadow:#4ea2a2;
--taos-turquoise:#308d8d;
--blue-kelp:#1d7c7c;
}