Color names in this palette
CSS code for this palette
/* CSS */
.ballet-slippers {
color: #f7a1b2;
}
.allspice {
color: #f9d1a9;
}
.invigorating {
color: #f0e9b7;
}
.green-trance {
color: #a4daa5;
}
.tropic-turquoise {
color: #66b2a8;
}
/* CSS Variables */
:root {
--ballet-slippers:#f7a1b2;
--allspice:#f9d1a9;
--invigorating:#f0e9b7;
--green-trance:#a4daa5;
--tropic-turquoise:#66b2a8;
}