Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1f394d;
}
.fun-and-games {
color: #2e7c9e;
}
.tropic-turquoise {
color: #6db6a2;
}
.sweet-menthol {
color: #c1e6b7;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--subterranean-river:#1f394d;
--fun-and-games:#2e7c9e;
--tropic-turquoise:#6db6a2;
--sweet-menthol:#c1e6b7;
--marigold-dust:#f4cf3e;
}