Color names in this palette
CSS code for this palette
/* CSS */
.plum-blossom {
color: #f3a0a1;
}
.martica {
color: #f5e4b7;
}
.turquoise-tower {
color: #a8e6cf;
}
.emerald-wave {
color: #4eb7ac;
}
.madder-blue {
color: #b3b3d0;
}
/* CSS Variables */
:root {
--plum-blossom:#f3a0a1;
--martica:#f5e4b7;
--turquoise-tower:#a8e6cf;
--emerald-wave:#4eb7ac;
--madder-blue:#b3b3d0;
}