Color names in this palette
CSS code for this palette
/* CSS */
.royal-neptune {
color: #1c3f3f;
}
.bayberry {
color: #2a5b5b;
}
.blue-racer {
color: #4da8a8;
}
.deep-aquamarine {
color: #7ae1e1;
}
.glitchy-shader-blue {
color: #9efffa;
}
/* CSS Variables */
:root {
--royal-neptune:#1c3f3f;
--bayberry:#2a5b5b;
--blue-racer:#4da8a8;
--deep-aquamarine:#7ae1e1;
--glitchy-shader-blue:#9efffa;
}