Color names in this palette
CSS code for this palette
/* CSS */
.mary-s-rose {
color: #f4d2d3;
}
.pressed-rose {
color: #f0a9a3;
}
.dusty-coral {
color: #d29b84;
}
.secluded-canyon {
color: #c58a6d;
}
.acorn {
color: #7d5d4f;
}
/* CSS Variables */
:root {
--mary-s-rose:#f4d2d3;
--pressed-rose:#f0a9a3;
--dusty-coral:#d29b84;
--secluded-canyon:#c58a6d;
--acorn:#7d5d4f;
}