Color names in this palette
CSS code for this palette
/* CSS */
.palace-rose {
color: #f9c8d7;
}
.rozowy-pink {
color: #f4a4b7;
}
.embarrassed {
color: #f17999;
}
.highlighter-pink {
color: #ea5d7b;
}
.cranberry-splash {
color: #d64c61;
}
/* CSS Variables */
:root {
--palace-rose:#f9c8d7;
--rozowy-pink:#f4a4b7;
--embarrassed:#f17999;
--highlighter-pink:#ea5d7b;
--cranberry-splash:#d64c61;
}