Color names in this palette
CSS code for this palette
/* CSS */
.pretty-in-plum {
color: #d4598a;
}
.sugarwinkle {
color: #ffc2e2;
}
.welcoming-wasp {
color: #f0a800;
}
.kindred {
color: #6f9ed8;
}
.khmer-curry {
color: #eb5656;
}
/* CSS Variables */
:root {
--pretty-in-plum:#d4598a;
--sugarwinkle:#ffc2e2;
--welcoming-wasp:#f0a800;
--kindred:#6f9ed8;
--khmer-curry:#eb5656;
}