Color names in this palette
CSS code for this palette
/* CSS */
.ahriman-blue {
color: #1e9cc2;
}
.sea-serpent {
color: #4dc3d5;
}
.photon-barrier {
color: #8be5ea;
}
.juicy-jackfruit {
color: #f1df3b;
}
.outrageous-orange {
color: #ff6d4d;
}
/* CSS Variables */
:root {
--ahriman-blue:#1e9cc2;
--sea-serpent:#4dc3d5;
--photon-barrier:#8be5ea;
--juicy-jackfruit:#f1df3b;
--outrageous-orange:#ff6d4d;
}