Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b8;
}
.in-the-pink {
color: #f3c4d3;
}
.frolic {
color: #f9e6e1;
}
.orpiment-yellow {
color: #f8c89b;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b8;
--in-the-pink:#f3c4d3;
--frolic:#f9e6e1;
--orpiment-yellow:#f8c89b;
--welcoming-wasp:#f0a800;
}