Color names in this palette
CSS code for this palette
/* CSS */
.pa-red {
color: #5f3a3a;
}
.escalante {
color: #a35c5c;
}
.pepperberry {
color: #c59b9b;
}
.bistro-pink {
color: #e4b9b9;
}
.mary-s-rose {
color: #f4d2d2;
}
/* CSS Variables */
:root {
--pa-red:#5f3a3a;
--escalante:#a35c5c;
--pepperberry:#c59b9b;
--bistro-pink:#e4b9b9;
--mary-s-rose:#f4d2d2;
}