Color names in this palette
CSS code for this palette
/* CSS */
.hull-red {
color: #4d0f0f;
}
.deep-dairei-red {
color: #802323;
}
.enticing-red {
color: #b95050;
}
.meat {
color: #f27d7d;
}
.wildflower-bouquet {
color: #ffb3b3;
}
/* CSS Variables */
:root {
--hull-red:#4d0f0f;
--deep-dairei-red:#802323;
--enticing-red:#b95050;
--meat:#f27d7d;
--wildflower-bouquet:#ffb3b3;
}