Color names in this palette
CSS code for this palette
/* CSS */
.desire-pink {
color: #f1c6d2;
}
.always-rosey {
color: #e59fb3;
}
.little-bow-pink {
color: #d47d97;
}
.cyclamen-red {
color: #a95b87;
}
.phlox-flower-violet {
color: #7b4c75;
}
/* CSS Variables */
:root {
--desire-pink:#f1c6d2;
--always-rosey:#e59fb3;
--little-bow-pink:#d47d97;
--cyclamen-red:#a95b87;
--phlox-flower-violet:#7b4c75;
}