Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f5c7d1;
}
.rozowy-pink {
color: #f1a7b8;
}
.loveland {
color: #e86d8e;
}
.beauty-queen {
color: #c15c8b;
}
.baton-rouge {
color: #993d6d;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f5c7d1;
--rozowy-pink:#f1a7b8;
--loveland:#e86d8e;
--beauty-queen:#c15c8b;
--baton-rouge:#993d6d;
}