Color names in this palette
CSS code for this palette
/* CSS */
.demure-pink {
color: #f8d2c4;
}
.roseberry {
color: #f2a9a1;
}
.lively-coral {
color: #e8787d;
}
.h-ng-l-u-m-ng-red {
color: #d03e4d;
}
.gory-movie {
color: #b72433;
}
/* CSS Variables */
:root {
--demure-pink:#f8d2c4;
--roseberry:#f2a9a1;
--lively-coral:#e8787d;
--h-ng-l-u-m-ng-red:#d03e4d;
--gory-movie:#b72433;
}