Color names in this palette
CSS code for this palette
/* CSS */
.butterfield {
color: #f5c25c;
}
.amber-glow {
color: #f09c3d;
}
.entan-red {
color: #e76e50;
}
.sugar-rush {
color: #d85f9c;
}
.soft-purple {
color: #a86cb7;
}
/* CSS Variables */
:root {
--butterfield:#f5c25c;
--amber-glow:#f09c3d;
--entan-red:#e76e50;
--sugar-rush:#d85f9c;
--soft-purple:#a86cb7;
}