Color names in this palette
CSS code for this palette
/* CSS */
.york-plum {
color: #d3c1e2;
}
.prism-pink {
color: #f0a3c4;
}
.enjoyable-yellow {
color: #f6d5a7;
}
.pure-laughter {
color: #fdf8c9;
}
.scud {
color: #aadac4;
}
/* CSS Variables */
:root {
--york-plum:#d3c1e2;
--prism-pink:#f0a3c4;
--enjoyable-yellow:#f6d5a7;
--pure-laughter:#fdf8c9;
--scud:#aadac4;
}