Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d6e1;
}
.ballerina-tears {
color: #f3b7af;
}
.mango-margarita {
color: #f9b44e;
}
.citrus-blast {
color: #e07c3e;
}
.cyclamen-red {
color: #a45b8d;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d6e1;
--ballerina-tears:#f3b7af;
--mango-margarita:#f9b44e;
--citrus-blast:#e07c3e;
--cyclamen-red:#a45b8d;
}