Color names in this palette
CSS code for this palette
/* CSS */
.brittany-s-bow {
color: #f3d8de;
}
.fairy-tale {
color: #f1b1c9;
}
.pink-fit {
color: #fba7b1;
}
.shell-pink {
color: #f77e80;
}
.calypso-coral {
color: #f25065;
}
/* CSS Variables */
:root {
--brittany-s-bow:#f3d8de;
--fairy-tale:#f1b1c9;
--pink-fit:#fba7b1;
--shell-pink:#f77e80;
--calypso-coral:#f25065;
}