Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.rozowy-pink {
color: #f1a7b8;
}
.always-rosey {
color: #e69eb2;
}
.blush-d-amour {
color: #d85a84;
}
.ruby-shade {
color: #a45b71;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--rozowy-pink:#f1a7b8;
--always-rosey:#e69eb2;
--blush-d-amour:#d85a84;
--ruby-shade:#a45b71;
}