Color names in this palette
CSS code for this palette
/* CSS */
.pink-grapefruit {
color: #f5b8c6;
}
.rozowy-pink {
color: #f1a7b8;
}
.deep-blush {
color: #e76a89;
}
.ibis-rose {
color: #c85b8c;
}
.baton-rouge {
color: #9f3c69;
}
/* CSS Variables */
:root {
--pink-grapefruit:#f5b8c6;
--rozowy-pink:#f1a7b8;
--deep-blush:#e76a89;
--ibis-rose:#c85b8c;
--baton-rouge:#9f3c69;
}