Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f3c4d3;
}
.harmonious-rose {
color: #f7a1b7;
}
.pink-carnation {
color: #f17e9d;
}
.camellia {
color: #f36a58;
}
.re-entry {
color: #dc4c4c;
}
/* CSS Variables */
:root {
--in-the-pink:#f3c4d3;
--harmonious-rose:#f7a1b7;
--pink-carnation:#f17e9d;
--camellia:#f36a58;
--re-entry:#dc4c4c;
}