Color names in this palette
CSS code for this palette
/* CSS */
.h-l-n-blue {
color: #1ab2d1;
}
.astrolabe-reef {
color: #2c9dce;
}
.seljuk-blue {
color: #4a87e8;
}
.astro-purple {
color: #7b5ad8;
}
.fuchsia-pheromone {
color: #a74eb1;
}
/* CSS Variables */
:root {
--h-l-n-blue:#1ab2d1;
--astrolabe-reef:#2c9dce;
--seljuk-blue:#4a87e8;
--astro-purple:#7b5ad8;
--fuchsia-pheromone:#a74eb1;
}