Color names in this palette
CSS code for this palette
/* CSS */
.dahlia-delight {
color: #f8bfd3;
}
.wisley-pink {
color: #f4a499;
}
.sawtooth-aak {
color: #f1996a;
}
.lemon-verbena {
color: #f3e86d;
}
.fresco-green {
color: #81d5b0;
}
/* CSS Variables */
:root {
--dahlia-delight:#f8bfd3;
--wisley-pink:#f4a499;
--sawtooth-aak:#f1996a;
--lemon-verbena:#f3e86d;
--fresco-green:#81d5b0;
}