Color names in this palette
CSS code for this palette
/* CSS */
.apricot-sorbet {
color: #e6a55c;
}
.maximum-yellow-red {
color: #f2ba4a;
}
.fresh-scent {
color: #f4c11a;
}
.tartrazine {
color: #f8db1b;
}
.summer-s-heat {
color: #f9e49a;
}
/* CSS Variables */
:root {
--apricot-sorbet:#e6a55c;
--maximum-yellow-red:#f2ba4a;
--fresh-scent:#f4c11a;
--tartrazine:#f8db1b;
--summer-s-heat:#f9e49a;
}