Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e1a3c2;
}
.ballerina-tears {
color: #f5b8b2;
}
.barrett-quince {
color: #f7d0b1;
}
.wintergreen-mint {
color: #c3e9c7;
}
.squeaky {
color: #6dc3d5;
}
/* CSS Variables */
:root {
--think-pink:#e1a3c2;
--ballerina-tears:#f5b8b2;
--barrett-quince:#f7d0b1;
--wintergreen-mint:#c3e9c7;
--squeaky:#6dc3d5;
}