Color names in this palette
CSS code for this palette
/* CSS */
.warming-heart {
color: #d84b3b;
}
.apricot-jam {
color: #f2a56e;
}
.cente-tl-yellow {
color: #f6e179;
}
.pure-apple {
color: #6cbf45;
}
.latigo-bay {
color: #3d9e9c;
}
/* CSS Variables */
:root {
--warming-heart:#d84b3b;
--apricot-jam:#f2a56e;
--cente-tl-yellow:#f6e179;
--pure-apple:#6cbf45;
--latigo-bay:#3d9e9c;
}