Color names in this palette
CSS code for this palette
/* CSS */
.lacustral {
color: #1d4e4e;
}
.taos-turquoise {
color: #2e8a8a;
}
.medium-turquoise {
color: #4dd5d5;
}
.blizzard-blue {
color: #a6e5e7;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--lacustral:#1d4e4e;
--taos-turquoise:#2e8a8a;
--medium-turquoise:#4dd5d5;
--blizzard-blue:#a6e5e7;
--usc-gold:#ffcc00;
}