Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a9c9e5;
}
.yucca-cream {
color: #a4dac8;
}
.martica {
color: #f3e4b9;
}
.noble-blush {
color: #e8b7b0;
}
.heath-spotted-orchid {
color: #a45b9c;
}
/* CSS Variables */
:root {
--template:#a9c9e5;
--yucca-cream:#a4dac8;
--martica:#f3e4b9;
--noble-blush:#e8b7b0;
--heath-spotted-orchid:#a45b9c;
}