Color names in this palette
CSS code for this palette
/* CSS */
.heath-spotted-orchid {
color: #a25d99;
}
.think-pink {
color: #e5a4c0;
}
.james-blonde {
color: #f1e4b7;
}
.avid-apricot {
color: #f4c59f;
}
.ponceau {
color: #f75e7a;
}
/* CSS Variables */
:root {
--heath-spotted-orchid:#a25d99;
--think-pink:#e5a4c0;
--james-blonde:#f1e4b7;
--avid-apricot:#f4c59f;
--ponceau:#f75e7a;
}