Color names in this palette
CSS code for this palette
/* CSS */
.blue-chill {
color: #3f8d92;
}
.water-slide {
color: #a1cfd4;
}
.boxwood-yellow {
color: #f1e5a2;
}
.cor-de-pele {
color: #f6c2c1;
}
.candlelight-peach {
color: #f9a69a;
}
/* CSS Variables */
:root {
--blue-chill:#3f8d92;
--water-slide:#a1cfd4;
--boxwood-yellow:#f1e5a2;
--cor-de-pele:#f6c2c1;
--candlelight-peach:#f9a69a;
}