Color names in this palette
CSS code for this palette
/* CSS */
.wisley-pink {
color: #f6a498;
}
.dilly-dally {
color: #f3df5e;
}
.buttery-croissant {
color: #f2e19c;
}
.bergamot-orange {
color: #f6a05a;
}
.flower-blossom-pink {
color: #f27889;
}
/* CSS Variables */
:root {
--wisley-pink:#f6a498;
--dilly-dally:#f3df5e;
--buttery-croissant:#f2e19c;
--bergamot-orange:#f6a05a;
--flower-blossom-pink:#f27889;
}