Color names in this palette
CSS code for this palette
/* CSS */
.akuma {
color: #d33131;
}
.pastrami {
color: #e57171;
}
.not-yo-cheese {
color: #fbc02d;
}
.hollandaise {
color: #ffec3d;
}
.citrus-surge {
color: #8bc34b;
}
/* CSS Variables */
:root {
--akuma:#d33131;
--pastrami:#e57171;
--not-yo-cheese:#fbc02d;
--hollandaise:#ffec3d;
--citrus-surge:#8bc34b;
}