Color names in this palette
CSS code for this palette
/* CSS */
.ahriman-blue {
color: #1e9cc2;
}
.firelight {
color: #f8d97c;
}
.almond-cream {
color: #f5c49e;
}
.calabrese {
color: #f1a7a2;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--ahriman-blue:#1e9cc2;
--firelight:#f8d97c;
--almond-cream:#f5c49e;
--calabrese:#f1a7a2;
--entan-red:#e76e50;
}