Color names in this palette
CSS code for this palette
/* CSS */
.cyclamen-red {
color: #a45b8d;
}
.flax-flower-blue {
color: #6e8aaf;
}
.blue-crab-escape {
color: #a0c0d4;
}
.sweet-lilac {
color: #e8b5d0;
}
.heirloom-lace {
color: #f6e6d5;
}
/* CSS Variables */
:root {
--cyclamen-red:#a45b8d;
--flax-flower-blue:#6e8aaf;
--blue-crab-escape:#a0c0d4;
--sweet-lilac:#e8b5d0;
--heirloom-lace:#f6e6d5;
}