Color names in this palette
CSS code for this palette
/* CSS */
.golden-aurelia {
color: #fff07a;
}
.digital-yellow {
color: #ffeb7a;
}
.bell-heather {
color: #a67ab3;
}
.warm-balaclavas-are-forever {
color: #3d1f1f;
}
.light-cyan {
color: #e0ffff;
}
/* CSS Variables */
:root {
--golden-aurelia:#fff07a;
--digital-yellow:#ffeb7a;
--bell-heather:#a67ab3;
--warm-balaclavas-are-forever:#3d1f1f;
--light-cyan:#e0ffff;
}