Color names in this palette
CSS code for this palette
/* CSS */
.french-winery {
color: #a11231;
}
.h-ng-l-u-m-ng-red {
color: #d03e4d;
}
.froly {
color: #e56c74;
}
.princess {
color: #f1a7b4;
}
.mountain-laurel {
color: #f5c7d3;
}
/* CSS Variables */
:root {
--french-winery:#a11231;
--h-ng-l-u-m-ng-red:#d03e4d;
--froly:#e56c74;
--princess:#f1a7b4;
--mountain-laurel:#f5c7d3;
}