Color names in this palette
CSS code for this palette
/* CSS */
.simple-pink {
color: #f6a2a9;
}
.allspice {
color: #f9cca9;
}
.cymophane-yellow {
color: #f1e4a7;
}
.eton-blue {
color: #a9d6d2;
}
.kindred {
color: #6ea4d4;
}
/* CSS Variables */
:root {
--simple-pink:#f6a2a9;
--allspice:#f9cca9;
--cymophane-yellow:#f1e4a7;
--eton-blue:#a9d6d2;
--kindred:#6ea4d4;
}