Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1a4c6b;
}
.mountain-bluebird {
color: #4a9cbf;
}
.aquamarine-blue {
color: #6fd2e2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1a4c6b;
--mountain-bluebird:#4a9cbf;
--aquamarine-blue:#6fd2e2;
--solar-plexus-chakra:#f1c84b;
--entan-red:#e76e50;
}