Color names in this palette
CSS code for this palette
/* CSS */
.apple-polish {
color: #893e3e;
}
.juicy-details {
color: #d67a7a;
}
.pressed-rose {
color: #f4a9a9;
}
.ice-cream-parlour {
color: #f9d0ae;
}
.lively-yellow {
color: #ffebb3;
}
/* CSS Variables */
:root {
--apple-polish:#893e3e;
--juicy-details:#d67a7a;
--pressed-rose:#f4a9a9;
--ice-cream-parlour:#f9d0ae;
--lively-yellow:#ffebb3;
}