Color names in this palette
CSS code for this palette
/* CSS */
.dangerously-red {
color: #d74437;
}
.connect-red {
color: #e8684f;
}
.sawtooth-aak {
color: #f1996a;
}
.yellow-currant {
color: #f5c76b;
}
.pale-banana {
color: #f7e58d;
}
/* CSS Variables */
:root {
--dangerously-red:#d74437;
--connect-red:#e8684f;
--sawtooth-aak:#f1996a;
--yellow-currant:#f5c76b;
--pale-banana:#f7e58d;
}