Color names in this palette
CSS code for this palette
/* CSS */
.ahriman-blue {
color: #1e9cc2;
}
.bachelor-button {
color: #49b7d0;
}
.aquamarine-blue {
color: #73d4e7;
}
.flavescent {
color: #f7eb92;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--ahriman-blue:#1e9cc2;
--bachelor-button:#49b7d0;
--aquamarine-blue:#73d4e7;
--flavescent:#f7eb92;
--dodgeroll-gold:#f39c12;
}