Color names in this palette
CSS code for this palette
/* CSS */
.ahriman-blue {
color: #1e9cc2;
}
.expressionism-green {
color: #4ebc93;
}
.bilious-green {
color: #a5d86e;
}
.gilded {
color: #f5e14d;
}
.synthetic-pumpkin {
color: #ff7b3d;
}
/* CSS Variables */
:root {
--ahriman-blue:#1e9cc2;
--expressionism-green:#4ebc93;
--bilious-green:#a5d86e;
--gilded:#f5e14d;
--synthetic-pumpkin:#ff7b3d;
}