Color names in this palette
CSS code for this palette
/* CSS */
.conker {
color: #ba5040;
}
.akak-red {
color: #f07c5c;
}
.citrus-honey {
color: #f5b96b;
}
.forsythia-blossom {
color: #f8d86d;
}
.mustard-yellow {
color: #e6b000;
}
/* CSS Variables */
:root {
--conker:#ba5040;
--akak-red:#f07c5c;
--citrus-honey:#f5b96b;
--forsythia-blossom:#f8d86d;
--mustard-yellow:#e6b000;
}