Color names in this palette
CSS code for this palette
/* CSS */
.atlas-red {
color: #7e1b3a;
}
.boysenberry-pink {
color: #9f3c5a;
}
.panama-rose {
color: #c55979;
}
.sweet-chrysanthemum {
color: #da86a2;
}
.in-the-pink {
color: #f2c4d2;
}
/* CSS Variables */
:root {
--atlas-red:#7e1b3a;
--boysenberry-pink:#9f3c5a;
--panama-rose:#c55979;
--sweet-chrysanthemum:#da86a2;
--in-the-pink:#f2c4d2;
}