Color names in this palette
CSS code for this palette
/* CSS */
.warmth {
color: #a1562b;
}
.muntok-white-pepper {
color: #d3a16f;
}
.pink-lady {
color: #f2d9b5;
}
.noodles {
color: #f8e1b4;
}
.mystic-tulip {
color: #f7b5a1;
}
/* CSS Variables */
:root {
--warmth:#a1562b;
--muntok-white-pepper:#d3a16f;
--pink-lady:#f2d9b5;
--noodles:#f8e1b4;
--mystic-tulip:#f7b5a1;
}