Color names in this palette
CSS code for this palette
/* CSS */
.ruby-red {
color: #990f1b;
}
.akuma {
color: #d82c37;
}
.precious-pink {
color: #f4b3b5;
}
.derry-coast-sunrise {
color: #f8e2ce;
}
.peach-temptation {
color: #f0c6b2;
}
/* CSS Variables */
:root {
--ruby-red:#990f1b;
--akuma:#d82c37;
--precious-pink:#f4b3b5;
--derry-coast-sunrise:#f8e2ce;
--peach-temptation:#f0c6b2;
}