Color names in this palette
CSS code for this palette
/* CSS */
.red-sparowes {
color: #c6746c;
}
.shanghai-peach {
color: #d49a8c;
}
.silver-peony {
color: #e0c2b8;
}
.posy {
color: #f3e0d3;
}
.pink-mimosa {
color: #f6b4a7;
}
/* CSS Variables */
:root {
--red-sparowes:#c6746c;
--shanghai-peach:#d49a8c;
--silver-peony:#e0c2b8;
--posy:#f3e0d3;
--pink-mimosa:#f6b4a7;
}