Color names in this palette
CSS code for this palette
/* CSS */
.lovecloud {
color: #f5bcf0;
}
.rosecco {
color: #eab8e4;
}
.firm-pink {
color: #d68fcc;
}
.heath-spotted-orchid {
color: #a25d9b;
}
.majesty {
color: #6a3e6a;
}
/* CSS Variables */
:root {
--lovecloud:#f5bcf0;
--rosecco:#eab8e4;
--firm-pink:#d68fcc;
--heath-spotted-orchid:#a25d9b;
--majesty:#6a3e6a;
}