Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.pink-eraser {
color: #f29c9d;
}
.sh-n-h-h-ng-coral {
color: #f89b87;
}
.serene-pink {
color: #f6c7b6;
}
.early-sunset {
color: #f3e5d8;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--pink-eraser:#f29c9d;
--sh-n-h-h-ng-coral:#f89b87;
--serene-pink:#f6c7b6;
--early-sunset:#f3e5d8;
}