Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a6c9e7;
}
.ballerina-tears {
color: #f3b7af;
}
.chunky-bee {
color: #fbc94b;
}
.green-trance {
color: #a3dca5;
}
.concord-jam {
color: #6c5b80;
}
/* CSS Variables */
:root {
--template:#a6c9e7;
--ballerina-tears:#f3b7af;
--chunky-bee:#fbc94b;
--green-trance:#a3dca5;
--concord-jam:#6c5b80;
}