Color names in this palette
CSS code for this palette
/* CSS */
.rose-reminder {
color: #f5c2c7;
}
.pink-fit {
color: #f7a6b5;
}
.sh-n-h-h-ng-coral {
color: #f79a88;
}
.pinkish {
color: #d86f7f;
}
.candy-drop {
color: #c55e6f;
}
/* CSS Variables */
:root {
--rose-reminder:#f5c2c7;
--pink-fit:#f7a6b5;
--sh-n-h-h-ng-coral:#f79a88;
--pinkish:#d86f7f;
--candy-drop:#c55e6f;
}