Color names in this palette
CSS code for this palette
/* CSS */
.montego-bay {
color: #3cbcc3;
}
.sweet-garden {
color: #57d6b6;
}
.patrice {
color: #85e0a0;
}
.boxwood-yellow {
color: #efe7a4;
}
.ballerina-tears {
color: #f2b7b1;
}
/* CSS Variables */
:root {
--montego-bay:#3cbcc3;
--sweet-garden:#57d6b6;
--patrice:#85e0a0;
--boxwood-yellow:#efe7a4;
--ballerina-tears:#f2b7b1;
}