Color names in this palette
CSS code for this palette
/* CSS */
.lively-tune {
color: #c7d8e5;
}
.blue-dam {
color: #a1c6d4;
}
.explorer-blue {
color: #59a5b1;
}
.taos-turquoise {
color: #2a8c8d;
}
.mammoth-mountain {
color: #3c6e7c;
}
/* CSS Variables */
:root {
--lively-tune:#c7d8e5;
--blue-dam:#a1c6d4;
--explorer-blue:#59a5b1;
--taos-turquoise:#2a8c8d;
--mammoth-mountain:#3c6e7c;
}