Color names in this palette
CSS code for this palette
/* CSS */
.chantilly {
color: #eab8c8;
}
.minimal-rose {
color: #f6d0e0;
}
.lady-pink {
color: #f2d4cf;
}
.maximum-yellow-red {
color: #f2ba4a;
}
.copperhead {
color: #d68451;
}
/* CSS Variables */
:root {
--chantilly:#eab8c8;
--minimal-rose:#f6d0e0;
--lady-pink:#f2d4cf;
--maximum-yellow-red:#f2ba4a;
--copperhead:#d68451;
}