Color names in this palette
CSS code for this palette
/* CSS */
.shovel-knight {
color: #3ecaea;
}
.aquarius {
color: #2ab3d5;
}
.ahriman-blue {
color: #1aa0c1;
}
.lucario-blue {
color: #0b8aad;
}
.turkish-tile {
color: #007e9e;
}
/* CSS Variables */
:root {
--shovel-knight:#3ecaea;
--aquarius:#2ab3d5;
--ahriman-blue:#1aa0c1;
--lucario-blue:#0b8aad;
--turkish-tile:#007e9e;
}