Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f4a4b7;
}
.white-oak {
color: #d09c6c;
}
.buttery-croissant {
color: #f7e29c;
}
.white {
color: #ffffff;
}
.beef-hotpot {
color: #a85f2e;
}
/* CSS Variables */
:root {
--rozowy-pink:#f4a4b7;
--white-oak:#d09c6c;
--buttery-croissant:#f7e29c;
--white:#ffffff;
--beef-hotpot:#a85f2e;
}