Color names in this palette
CSS code for this palette
/* CSS */
.simpatico-blue {
color: #a8c0d7;
}
.delicate-lace {
color: #f3e6d3;
}
.athena-pink {
color: #e9b4c2;
}
.pretty-petunia {
color: #d1b8e5;
}
.aroma-garden {
color: #a4c6a9;
}
/* CSS Variables */
:root {
--simpatico-blue:#a8c0d7;
--delicate-lace:#f3e6d3;
--athena-pink:#e9b4c2;
--pretty-petunia:#d1b8e5;
--aroma-garden:#a4c6a9;
}